Procházet zdrojové kódy

1.保养方案,报错

guo před 3 roky
rodič
revize
c2971ed2ae
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      pages/module/maintain.vue

+ 1 - 1
pages/module/maintain.vue

@@ -439,7 +439,7 @@ export default {
 			   mileage:this.maintainCarData.milage,
 			   liyangId:this.maintainCarData.nLevelID,
 			   cityCode:cityCode,
-			   guidePrice:this.maintainCarData.guidePrice,
+			   guidePrice:this.maintainCarData.guidePrice?this.maintainCarData.guidePrice:0,
 			 },'GET').then(res => {
 				 console.log(res)
 				 uni.hideLoading();