吴门纪实+3、4
This commit is contained in:
@@ -21,6 +21,11 @@
|
||||
{{prescriptDetail.name}}
|
||||
</view>
|
||||
</uni-section>
|
||||
<uni-section class="mb-10" titleFontSize="18px" title="城市" type="line"
|
||||
v-if="prescriptDetail.city_name && prescriptDetail.city_name != ''">
|
||||
<view class="item" v-html="prescriptDetail.city_name">
|
||||
</view>
|
||||
</uni-section>
|
||||
<uni-section class="mb-10" titleFontSize="18px" title="详细介绍" type="line"
|
||||
v-if="prescriptDetail.content && prescriptDetail.content != ''">
|
||||
<view class="item" v-html="prescriptDetail.content">
|
||||
|
||||
Reference in New Issue
Block a user