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