diff --git a/pages/store/settled/index.vue b/pages/store/settled/index.vue index 7deb15c..aaee40a 100644 --- a/pages/store/settled/index.vue +++ b/pages/store/settled/index.vue @@ -540,6 +540,7 @@ // this.getAssistProductList(); }, onLoad(option) { + console.log(this.$store.state.app) this.formData.phone = this.$store.state.app.userInfo.account merClassifly().then(res => { this.MerchantCategoryColumn = [res.data] @@ -547,7 +548,7 @@ getStoreTypeApi().then(res => { this.StoreTypeColumn = [res.data] }) - getIntention(this.$store.state.app.userInfo.uid).then(res => { + getIntention(this.$store.state.app.uid || this.$store.state.app.userInfo.uid).then(res => { if (Object.keys(res.data).length == 0) return this.formData = res.data this.step = this.formData.step