Feat(入驻):扫码跳转增加子账号参数字段
This commit is contained in:
@@ -480,7 +480,8 @@ export default {
|
||||
videos: [],
|
||||
district: [],
|
||||
qualificationImg: [],
|
||||
partnerId: 0,
|
||||
partnerId: '',
|
||||
promoterUid: '',
|
||||
experienceStoreCategoryList: [],
|
||||
experienceStoreCategoryIndex: 0,
|
||||
form: {
|
||||
@@ -518,9 +519,10 @@ export default {
|
||||
}
|
||||
},
|
||||
onLoad(opts) {
|
||||
this.partnerId = opts.partnerId
|
||||
this.partnerId = opts.partnerId || ''
|
||||
this.promoterUid = opts.promoterUid || ''
|
||||
this.queryCity()
|
||||
getShopData().then(({ data }) => {
|
||||
getShopData({partnerId: this.partnerId, promoterUid: this.promoterUid}).then(({ data }) => {
|
||||
this.notice = data.merchantApplyNotice
|
||||
})
|
||||
getExperienceStoreCategoryList().then(({ data }) => {
|
||||
|
||||
Reference in New Issue
Block a user