jiazhipeng 4 months ago
parent
commit
8c028a4991
  1. 9
      subPackages/techan/detail.vue

9
subPackages/techan/detail.vue

@ -48,14 +48,15 @@
</view>
</view>
<view class="notice" v-if="info.special_content">
<view class="title">商品须知</view>
<view class="rich-text" v-html="formateRichText(info.special_content)"></view>
</view>
<view class="notice" v-if="info.reserve_content">
<view class="title">购买须知</view>
<view class="rich-text" v-html="formateRichText(info.reserve_content)"></view>
</view>
<view class="notice" >
<view class="title">商品须知</view>
<view class="rich-text" v-html="formateRichText(info.special_content)"></view>
</view>
</view>
<template v-if="!popShow">

Loading…
Cancel
Save