Browse Source

Merge branch 'test' of http://60.205.190.38:9000/zhaoheqing/ohplay_h5 into test

loop 10 tháng trước cách đây
mục cha
commit
c065d7630f
1 tập tin đã thay đổi với 6 bổ sung7 xóa
  1. 6 7
      src/pages/pay/index.vue

+ 6 - 7
src/pages/pay/index.vue

@@ -246,7 +246,6 @@ export default {
             this.msgType = "success";
             this.$refs.alertDialog.open();
           } else {
-            console.log(res.data.msg)
             // uni.showToast({
             //   title: res.data.msg,
             //   icon: "none",
@@ -255,12 +254,12 @@ export default {
             // });
           }
         } else {
-          uni.showToast({
-            title: res.message,
-            icon: "none",
-            mask: true,
-            duration: 4000,
-          });
+          // uni.showToast({
+          //   title: res.message,
+          //   icon: "none",
+          //   mask: true,
+          //   duration: 4000,
+          // });
         }
       });
     },