Fix:5778 【商城小程序】【商户入驻-入驻申请须知】香道滇小程序展示的“入驻申请须知”段落格式,与香道滇后台管理系统中配置的内容格式不一致

This commit is contained in:
linxi
2026-08-17 16:18:47 +08:00
parent f20e73e859
commit f4539ccf4a
7 changed files with 79 additions and 10 deletions
+2 -2
View File
@@ -270,7 +270,7 @@
import CitySelect from '@/components/CitySelect'
import {getShopData, getWholesaler, removeApply, saveWholesaler} from '@/api/join'
import {getCity, registerVerify} from '@/api/user'
import {chooseImage} from '@/utils'
import {chooseImage, formatRichText} from '@/utils'
import { pageListenMixins } from '@/mixins/pageListenMixins'
export default {
@@ -413,7 +413,7 @@ export default {
this.district = data
})
getShopData({partnerId: this.partnerId, promoterUid: this.promoterUid}).then(({data}) => {
this.notice = data.merchantApplyNotice
this.notice = formatRichText(data.merchantApplyNotice)
this.initInfo()
})
},