bding 1 سال پیش
والد
کامیت
c9ea8896cb
1فایلهای تغییر یافته به همراه8 افزوده شده و 0 حذف شده
  1. 8 0
      components/modalDialog.vue

+ 8 - 0
components/modalDialog.vue

@@ -283,6 +283,14 @@ export default {
           TryType: type,
           TryType: type,
           DetailId: this.jurisdictionList.ActivityId,
           DetailId: this.jurisdictionList.ActivityId,
         });
         });
+        if (res.Ret === 200) {
+          uni.showModal({
+            title: "",
+            content: "提交申请成功,请耐心等待",
+            showCancel: false,
+            confirmColor: "#3385FF",
+          });
+        }
       }
       }
       this.showhasPermission = false;
       this.showhasPermission = false;
       this.$parent.isShowhasPermission = false;
       this.$parent.isShowhasPermission = false;