Feat(入驻):扫码跳转增加子账号参数字段
This commit is contained in:
@@ -408,7 +408,8 @@ export default {
|
||||
cultureImg: [],
|
||||
// 资质图片
|
||||
qualificationImg: [],
|
||||
partnerId: 0,
|
||||
partnerId: '',
|
||||
promoterUid: '',
|
||||
captcha: '',
|
||||
form: {
|
||||
/**
|
||||
@@ -466,9 +467,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
|
||||
this.initInfo()
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user