@ -29,8 +29,8 @@
</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> -->
@ -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> -->
</template>