Explorar el Código

1.保养方案,报错

guo hace 3 años
padre
commit
c2971ed2ae
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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();