Fix:5778 【商城小程序】【商户入驻-入驻申请须知】香道滇小程序展示的“入驻申请须知”段落格式,与香道滇后台管理系统中配置的内容格式不一致
This commit is contained in:
@@ -461,7 +461,8 @@ import {
|
||||
chooseImage,
|
||||
moreImage,
|
||||
uploadImage,
|
||||
chooseVideoToUpload
|
||||
chooseVideoToUpload,
|
||||
formatRichText
|
||||
} from '@/utils'
|
||||
|
||||
export default {
|
||||
@@ -699,7 +700,7 @@ export default {
|
||||
getShopData({partnerId: this.partnerId, promoterUid: this.promoterUid}).then(({data}) => {
|
||||
this.hotelTypeList = data.hotelTypeList || []
|
||||
this.columnsType = this.hotelTypeList
|
||||
this.notice = data.merchantApplyNotice
|
||||
this.notice = formatRichText(data.merchantApplyNotice)
|
||||
getCountyFamousHotelType({
|
||||
page: 1,
|
||||
limit: 9999
|
||||
|
||||
Reference in New Issue
Block a user