瀏覽代碼

no message

linwenxin 5 月之前
父節點
當前提交
d156636441
共有 1 個文件被更改,包括 20 次插入20 次删除
  1. 20 20
      src/packageEnter/pages/insurance/myInsuranceBuy/index.vue

+ 20 - 20
src/packageEnter/pages/insurance/myInsuranceBuy/index.vue

@@ -32,26 +32,26 @@ export default {
       this.loadStatus = 2
       this.$nextTick(() => {
         uni.hideLoading()
-        setTimeout(() => {
-          if (this.list.length == 0) {
-            uni.showModal({
-              title: '提示',
-              // 提示文字
-              content: '保险方案没绑定网点,请联系工作人员!',
-              // 取消按钮的文字自定义
-              cancelText: '取消',
-              // 确认按钮的文字自定义
-              confirmText: '知道了',
-              success: function (res) {
-                if (res.confirm) {
-                  // 执行确认后的操作
-                } else {
-                  // 执行取消后的操作
-                }
-              }
-            })
-          }
-        }, 250)
+        // setTimeout(() => {
+        //   if (this.list.length == 0) {
+        //     uni.showModal({
+        //       title: '提示',
+        //       // 提示文字
+        //       content: '保险方案没绑定网点,请联系工作人员!',
+        //       // 取消按钮的文字自定义
+        //       cancelText: '取消',
+        //       // 确认按钮的文字自定义
+        //       confirmText: '知道了',
+        //       success: function (res) {
+        //         if (res.confirm) {
+        //           // 执行确认后的操作
+        //         } else {
+        //           // 执行取消后的操作
+        //         }
+        //       }
+        //     })
+        //   }
+        // }, 250)
       })
     })
   },