瀏覽代碼

[停车注释][修改]:停车注释修改

tags/富茂链客2.2.8
meo 6 年之前
父節點
當前提交
2553c2a60f
共有 1 個檔案被更改,包括 18 行新增36 行删除
  1. +18
    -36
      pages/passCar/passCar.js

+ 18
- 36
pages/passCar/passCar.js 查看文件

@@ -126,12 +126,6 @@ Page({
}) })
.catch(err => { .catch(err => {
console.log(err); console.log(err);
wx.showToast({
title: err.errMsg,
icon: 'none',
duration: 2000,
mask: false
});
}) })
// 登录 // 登录
var scene = decodeURIComponent(options.scene); var scene = decodeURIComponent(options.scene);
@@ -233,12 +227,6 @@ Page({
} }
}) })
.catch(err => { .catch(err => {
wx.showToast({
title: err.errMsg,
icon: 'none',
duration: 2000,
mask: false
});
}) })
}, },
/** /**
@@ -341,12 +329,6 @@ Page({
}) })
.catch(err => { .catch(err => {
console.log(err) console.log(err)
wx.showToast({
title: err.errMsg,
icon: 'none',
duration: 2000,
mask: false
});
}) })
}, },
@@ -401,12 +383,12 @@ Page({
url: "/pages/phoneinput/phoneinput" url: "/pages/phoneinput/phoneinput"
}); });
}else{ }else{
wx.showToast({
title: err.errMsg,
icon: 'none',
duration: 2000,
mask: false
});
// wx.showToast({
// title: err.errMsg,
// icon: 'none',
// duration: 2000,
// mask: false
// });
} }
}) })
} }
@@ -468,12 +450,12 @@ Page({
}) })
.catch(err => { .catch(err => {
console.log(err); console.log(err);
wx.showToast({
title: err.errMsg,
icon: 'none',
duration: 2000,
mask: false
});
// wx.showToast({
// title: err.errMsg,
// icon: 'none',
// duration: 2000,
// mask: false
// });
}) })
}, },
@@ -488,12 +470,12 @@ Page({
.then(res => { .then(res => {
}) })
.catch(err => { .catch(err => {
wx.showToast({
title: err.message,
icon: 'none',
duration: 2000,
mask: false
});
// wx.showToast({
// title: err.message,
// icon: 'none',
// duration: 2000,
// mask: false
// });
}) })
}, },


Loading…
取消
儲存