This commit is contained in:
zmj 2024-05-06 14:03:28 +08:00
parent 42afabe62f
commit d95ed4f482

View File

@ -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