|
@@ -423,7 +423,19 @@ export default {
|
|
|
cityCode:location.cityCode,
|
|
|
guidePrice:this.maintainCarData.guidePrice,
|
|
|
},'GET').then(res => {
|
|
|
- uni.hideLoading();
|
|
|
+ console.log(res)
|
|
|
+ uni.hideLoading();
|
|
|
+ if(res.code==1){
|
|
|
+ uni.showModal({
|
|
|
+ title: '提示',
|
|
|
+ content: res.msg,
|
|
|
+ showCancel:false,
|
|
|
+ success: function (res) {
|
|
|
+
|
|
|
+ }
|
|
|
+ });
|
|
|
+ }
|
|
|
+
|
|
|
res.data.forEach(item=>{
|
|
|
//console.log(item)
|
|
|
item.listPackage.forEach((list,i)=>{
|