Fix:5835 【商城小程序】【商户入驻-礼品集采中心】扫码入驻审核通过后,再次进入入驻详情页仍显示“未提交申请”(状态未同步)

This commit is contained in:
linxi
2026-08-21 10:20:31 +08:00
parent 640d61fd49
commit b0d8d3163e
2 changed files with 9 additions and 6 deletions
+3
View File
@@ -74,6 +74,9 @@ export default {
this.partnerId = options.partnerId || ''
this.promoterUid = options.promoterUid || ''
getImages().then(({data}) => this.images = data)
},
onShow() {
getShopData({partnerId: this.partnerId, promoterUid: this.promoterUid}).then(({data}) => {
this.partnerType = data.partnerType
this.hotelId = data.hotelId