学术贡献,修复
This commit is contained in:
@@ -137,9 +137,9 @@
|
||||
}, {
|
||||
title: "吴门之光",
|
||||
type: 'lightType'
|
||||
}, {
|
||||
title: "吴门纪实",
|
||||
type: 'recordType'
|
||||
// }, {
|
||||
// title: "吴门纪实",
|
||||
// type: 'recordType'
|
||||
}], // 一级分类标题1
|
||||
twoCateList: [], // 二级分类标题
|
||||
titleList: [], // 方剂标题
|
||||
|
||||
@@ -5,8 +5,17 @@
|
||||
<z-nav-bar :title="prescriptDetail.title"></z-nav-bar>
|
||||
<view class="contentBox" v-if="prescriptDetail.content && prescriptDetail.contentType == 1">
|
||||
<view class="content">
|
||||
<view class="item" v-html="prescriptDetail.content">
|
||||
</view>
|
||||
<uni-section class="mb-10" titleFontSize="18px" title="标题" type="line">
|
||||
<view class="item">
|
||||
{{prescriptDetail.title}}
|
||||
</view>
|
||||
</uni-section>
|
||||
<uni-section class="mb-10" titleFontSize="18px" title="内容" type="line">
|
||||
<view class="item" v-html="prescriptDetail.content">
|
||||
</view>
|
||||
</uni-section>
|
||||
<!-- <view class="item" v-html="prescriptDetail.content">
|
||||
</view> -->
|
||||
</view>
|
||||
</view>
|
||||
<view class="fullscreen-webview" v-else>
|
||||
|
||||
Reference in New Issue
Block a user