فهرست منبع

feat: 屏幕toast提示

Damon 11 ماه پیش
والد
کامیت
4b6eb9e826
1فایلهای تغییر یافته به همراه12 افزوده شده و 12 حذف شده
  1. 12 12
      src/pages/pay/index.vue

+ 12 - 12
src/pages/pay/index.vue

@@ -229,20 +229,20 @@ export default {
             this.msgType = "success";
             this.$refs.alertDialog.open();
           } else {
-            uni.showToast({
-              title: res.data.msg,
-              icon: "none",
-              mask: true,
-              duration: 4000,
-            });
+            // uni.showToast({
+            //   title: res.data.msg,
+            //   icon: "none",
+            //   mask: true,
+            //   duration: 4000,
+            // });
           }
         } else {
-          uni.showToast({
-            title: res.message,
-            icon: "none",
-            mask: true,
-            duration: 4000,
-          });
+          // uni.showToast({
+          //   title: res.message,
+          //   icon: "none",
+          //   mask: true,
+          //   duration: 4000,
+          // });
         }
       });
     },