Browse Source

数据处理

kk.shi 3 years ago
parent
commit
c55ffa50f3
1 changed files with 13 additions and 1 deletions
  1. 13 1
      pages/integral/integral.js

+ 13 - 1
pages/integral/integral.js

@@ -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: '请一分钟后再选择'
                 })
             })
         }