Fix:5824 【商城小程序】【商户入驻】进入任意接口入驻页面时,先闪现未填写资料界面,过几秒才会显示已填写的资料页面

This commit is contained in:
linxi
2026-08-20 15:59:59 +08:00
parent 1adef8d00b
commit 2062046901
5 changed files with 72 additions and 44 deletions
+5
View File
@@ -469,10 +469,13 @@ export default {
onLoad(opts) {
this.partnerId = opts.partnerId || ''
this.promoterUid = opts.promoterUid || ''
uni.showLoading({ title: '加载中...', mask: true })
this.queryCity()
getShopData({partnerId: this.partnerId, promoterUid: this.promoterUid}).then(({data}) => {
this.notice = formatRichText(data.merchantApplyNotice)
this.initInfo()
}).catch(() => {
uni.hideLoading()
})
},
// onShow() {
@@ -571,6 +574,8 @@ export default {
}
}).catch(err => {
// uni.$u.toast(err.msg)
}).finally(() => {
uni.hideLoading()
})
},
/**