add
This commit is contained in:
parent
42afabe62f
commit
d95ed4f482
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user