|
@@ -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;
|