Feat(入驻):扫码跳转增加子账号参数字段
This commit is contained in:
@@ -322,10 +322,14 @@ export default {
|
||||
stateType: 'primary',
|
||||
// 是否为审核中
|
||||
reviewing: false,
|
||||
pageKeyId: Object.freeze('merchantApplyWholesaler')
|
||||
pageKeyId: Object.freeze('merchantApplyWholesaler'),
|
||||
partnerId: '',
|
||||
promoterUid: ''
|
||||
}
|
||||
},
|
||||
onLoad(options) {
|
||||
this.partnerId = options.partnerId || ''
|
||||
this.promoterUid = options.promoterUid || ''
|
||||
this.init()
|
||||
},
|
||||
onReady() {
|
||||
@@ -373,7 +377,7 @@ export default {
|
||||
getCity().then(({data}) => {
|
||||
this.district = data
|
||||
})
|
||||
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