فهرست منبع

启动充电那块和预约充电那块进入车牌删除车牌

XWookey 8 ماه پیش
والد
کامیت
c5e0259a06
1فایلهای تغییر یافته به همراه20 افزوده شده و 3 حذف شده
  1. 20 3
      pages/ucenter/car/chooseCar.js

+ 20 - 3
pages/ucenter/car/chooseCar.js

@@ -163,9 +163,26 @@ Page({
             // },
             method: 'POST',
             success: function (res) {
-              console.log("删除车辆成功");
-              console.info(res)
-              that.onShow()
+                console.info(res)
+                if(res.data.code==200){
+                    console.log("删除车辆成功");
+                    that.onShow()
+                }else{
+                    wx.showModal({
+                      title: '提示',
+                      content: res.data.msg,
+                      showCancel: false,
+                      complete: (res) => {
+                        if (res.cancel) {
+                          
+                        }
+                        if (res.confirm) {
+                          
+                        }
+                      }
+                    })
+                }
+
               // that.setData({
               //   userCarList: res.data
               // })