|
|
@ -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"> |
|
|
|