From d95ed4f4824334a9e7ad536fe04fdc8a70bae88f Mon Sep 17 00:00:00 2001 From: zmj <1493694146@qq.com> Date: Mon, 6 May 2024 14:03:28 +0800 Subject: [PATCH] add --- pages/store/settled/index.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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