作者 黄超

111

@@ -11,7 +11,7 @@ use app\common\controller\Api; @@ -11,7 +11,7 @@ use app\common\controller\Api;
11 use think\Db; 11 use think\Db;
12 12
13 /** 13 /**
14 - * 首页接口 14 + * 首页接口1112
15 */ 15 */
16 class Car extends Base 16 class Car extends Base
17 { 17 {
@@ -955,7 +955,11 @@ class Car extends Base @@ -955,7 +955,11 @@ class Car extends Base
955 ->where("carmodel_id", $carmodel_id) 955 ->where("carmodel_id", $carmodel_id)
956 ->find(); 956 ->find();
957 if(!$chartercar){ 957 if(!$chartercar){
  958 +<<<<<<< HEAD
958 $this->error("111111111111111当前车型暂无包车"); 959 $this->error("111111111111111当前车型暂无包车");
  960 +=======
  961 + $this->error("2222当前车型暂无包车");
  962 +>>>>>>> 5d2134c6016b7eddcbeb861feafdb05e40127173
959 } 963 }
960 $price = 0; 964 $price = 0;
961 $price = bcmul($charter_num, $chartercar['price'], 2); 965 $price = bcmul($charter_num, $chartercar['price'], 2);