소스 검색

增加弹框

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,
           DetailId: this.jurisdictionList.ActivityId,
         });
+        if (res.Ret === 200) {
+          uni.showModal({
+            title: "",
+            content: "提交申请成功,请耐心等待",
+            showCancel: false,
+            confirmColor: "#3385FF",
+          });
+        }
       }
       this.showhasPermission = false;
       this.$parent.isShowhasPermission = false;