浏览代码

bug 修复

lilei 2 年之前
父节点
当前提交
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){