main
fanfan 6 months ago
parent e29f8355e8
commit 4d8f2bc4d4
  1. 4
      pages/news1/help.vue
  2. 4
      pages/news1/text.vue

@ -29,8 +29,8 @@
</view>
</view>
<view class="dialog" v-if="dialog" @click="dialog = false">
<view class="content">
<rich-text :nodes="strings"></rich-text>
<view class="content" v-html="strings" >
<!-- <rich-text v-html="strings" :nodes="strings"></rich-text> -->
</view>
</view>
</view>

@ -1,8 +1,8 @@
<template>
<view>
<!-- <view class="con">{{ content }}</view> -->
<view class="con">
<rich-text style="white-space: normal;" :nodes="content"></rich-text>
<view class="con" v-html="content">
<!-- <rich-text style="white-space: normal;" :nodes="content"></rich-text> -->
</view>
</view>
</template>

Loading…
Cancel
Save