소스 검색

bug 修复

lilei 3 년 전
부모
커밋
8c90cfb909
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      pages/storeManage/storeAuth.vue

+ 2 - 0
pages/storeManage/storeAuth.vue

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