|
@@ -293,6 +293,18 @@ hideModal() {
|
|
|
})
|
|
|
},
|
|
|
|
|
|
+// //隐藏对话框
|
|
|
+// paymenHideModal() {
|
|
|
+// var that = this;
|
|
|
+// console.log(that.data)
|
|
|
+// this.setData({
|
|
|
+// bodyHidden: true,
|
|
|
+// paymentBgStatus: false,
|
|
|
+// paymentStatus: false,
|
|
|
+// })
|
|
|
+
|
|
|
+// },
|
|
|
+
|
|
|
/**授权手机号 */
|
|
|
getPhoneNumber(e) {
|
|
|
let that = this;
|
|
@@ -626,7 +638,7 @@ paymentClick() {
|
|
|
console.log(error)
|
|
|
wx.showToast({
|
|
|
icon: 'none',
|
|
|
- title: error
|
|
|
+ title: '请一分钟后再选择'
|
|
|
})
|
|
|
})
|
|
|
}
|