Feat(入驻):扫码跳转增加子账号参数字段

This commit is contained in:
lifizer
2026-05-24 15:26:07 +08:00
parent 3826e11a3e
commit 7bf0344028
7 changed files with 58 additions and 31 deletions
+5 -3
View File
@@ -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 }) => {