Browse Source

审核提示

wgl 4 years ago
parent
commit
e8deaf16b1

+ 1 - 1
src/projects/home/views/Register/Business/Step4.vue

@@ -210,7 +210,7 @@
 						this.isLoading = false;
 
 						if (this.person_data) {
-							mui.toast('提交成功');
+							mui.toast('提交成功,等待审核中');
 							//跳转到项目主页上去
 							window.location.href = '../business/#/master';
 						} else {

+ 1 - 1
src/projects/home/views/Register/Pension/Step4.vue

@@ -220,7 +220,7 @@
 						this.isLoading = false;
 
 						if (this.person_data) {
-							mui.toast('提交成功');
+							mui.toast('提交成功,等待审核中');
 							//跳转到项目主页上去
 							window.location.href = '../pension/#/master';
 						} else {

+ 1 - 1
src/projects/home/views/Register/Residence/Step4.vue

@@ -205,7 +205,7 @@
 						this.isLoading = false;
 
 						if (this.person_data) {
-							mui.toast('提交成功');
+							mui.toast('提交成功,等待审核中');
 							//跳转到项目主页上去
 							window.location.href = '../business/#/master';
 						} else {