فهرست منبع

Merge branch 'v20' of http://192.168.31.240:3000/MTP2.0_New/MTP20_WEB_GLOBAL into v20

deng.yinping 9 ماه پیش
والد
کامیت
9950234db3

+ 1 - 2
src/packages/tss/views/rules/benefits/index.vue

@@ -4,13 +4,12 @@
         <template #header>
             <app-navbar :title="$t('tss.benefits')" />
         </template>
-        <HtmlContainer style="padding: 15px;" class="content" :context="formatHtmlString(commonStore.getDocumentById(101))" />
+        <div v-html="formatHtmlString(commonStore.getDocumentById(101))" />
     </app-view>
 </template>
 
 <script lang="ts" setup>
 import { useCommonStore } from '@/stores/modules/common'
-import HtmlContainer from '@mobile/components/base/html-container/index.vue'
 import { formatHtmlString } from '@/filters'
 
 const commonStore = useCommonStore()

+ 1 - 2
src/packages/tss/views/rules/logistics/index.vue

@@ -4,13 +4,12 @@
         <template #header>
             <app-navbar :title="$t('tss.logistics')" />
         </template>
-        <HtmlContainer style="padding: 15px;" class="content" :context="formatHtmlString(commonStore.getDocumentById(103))" />
+        <div v-html="formatHtmlString(commonStore.getDocumentById(103))" />
     </app-view>
 </template>
 
 <script lang="ts" setup>
 import { useCommonStore } from '@/stores/modules/common'
-import HtmlContainer from '@mobile/components/base/html-container/index.vue'
 import { formatHtmlString } from '@/filters'
 
 const commonStore = useCommonStore()

+ 1 - 2
src/packages/tss/views/rules/malls/index.vue

@@ -4,13 +4,12 @@
         <template #header>
             <app-navbar :title="$t('tss.malls')" />
         </template>
-        <HtmlContainer style="padding: 15px;" class="content" :context="formatHtmlString(commonStore.getDocumentById(102))" />
+        <div v-html="formatHtmlString(commonStore.getDocumentById(102))" />
     </app-view>
 </template>
 
 <script lang="ts" setup>
 import { useCommonStore } from '@/stores/modules/common'
-import HtmlContainer from '@mobile/components/base/html-container/index.vue'
 import { formatHtmlString } from '@/filters'
 
 const commonStore = useCommonStore()