Ver Fonte

bug 修复

lilei há 2 anos atrás
pai
commit
8c90cfb909
1 ficheiros alterados com 2 adições e 0 exclusões
  1. 2 0
      pages/storeManage/storeAuth.vue

+ 2 - 0
pages/storeManage/storeAuth.vue

@@ -171,6 +171,8 @@
 		// 必须要在onReady生命周期,因为onLoad生命周期组件可能尚未创建完毕
 		// 必须要在onReady生命周期,因为onLoad生命周期组件可能尚未创建完毕
 		onReady() {
 		onReady() {
 			this.$refs.uForm.setRules(this.rules);
 			this.$refs.uForm.setRules(this.rules);
+		},
+		onLoad() {
 			// 判断是否审核中
 			// 判断是否审核中
 			this.storeApply = this.$store.state.vuex_storeAuthInfo
 			this.storeApply = this.$store.state.vuex_storeAuthInfo
 			if(this.storeApply){
 			if(this.storeApply){