add
This commit is contained in:
parent
42afabe62f
commit
d95ed4f482
@ -540,6 +540,7 @@
|
|||||||
// this.getAssistProductList();
|
// this.getAssistProductList();
|
||||||
},
|
},
|
||||||
onLoad(option) {
|
onLoad(option) {
|
||||||
|
console.log(this.$store.state.app)
|
||||||
this.formData.phone = this.$store.state.app.userInfo.account
|
this.formData.phone = this.$store.state.app.userInfo.account
|
||||||
merClassifly().then(res => {
|
merClassifly().then(res => {
|
||||||
this.MerchantCategoryColumn = [res.data]
|
this.MerchantCategoryColumn = [res.data]
|
||||||
@ -547,7 +548,7 @@
|
|||||||
getStoreTypeApi().then(res => {
|
getStoreTypeApi().then(res => {
|
||||||
this.StoreTypeColumn = [res.data]
|
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
|
if (Object.keys(res.data).length == 0) return
|
||||||
this.formData = res.data
|
this.formData = res.data
|
||||||
this.step = this.formData.step
|
this.step = this.formData.step
|
||||||
|
Loading…
x
Reference in New Issue
Block a user