|
@@ -41,8 +41,8 @@
|
|
|
<!-- section-2 end -->
|
|
|
<view class="section-3">
|
|
|
<view class="my-integral">
|
|
|
- <view class="tips">
|
|
|
- <rich-text :nodes="fetch.info.content"></rich-text>
|
|
|
+ <view class="tips">
|
|
|
+ <mp-html :content="fetch.info.content" ref="article"></mp-html>
|
|
|
</view>
|
|
|
</view>
|
|
|
|
|
@@ -104,6 +104,7 @@
|
|
|
</template>
|
|
|
|
|
|
<script>
|
|
|
+ import mpHtml from "@/lib/mp-html/mp-html.vue";
|
|
|
import buy from "@/pages/dream/buy.vue";
|
|
|
import ranking from "@/pages/dream/ranking.vue";
|
|
|
import info from "@/pages/dream/info.vue";
|
|
@@ -250,7 +251,7 @@
|
|
|
}
|
|
|
},
|
|
|
components:{
|
|
|
- buy,ranking,info,deverShare
|
|
|
+ buy,ranking,info,deverShare,mpHtml
|
|
|
}
|
|
|
}
|
|
|
</script>
|
|
@@ -311,7 +312,7 @@ page {
|
|
|
}
|
|
|
|
|
|
.wenyue-font {
|
|
|
- font-size: 48rpx;
|
|
|
+ font-size: 30rpx;
|
|
|
margin-bottom: 10rpx;
|
|
|
}
|
|
|
}
|