学术贡献,修复

This commit is contained in:
yanwenlong
2024-03-18 11:52:33 +08:00
parent 8b3ed35c55
commit 4a1460eca7
2 changed files with 14 additions and 5 deletions

View File

@@ -137,9 +137,9 @@
}, {
title: "吴门之光",
type: 'lightType'
}, {
title: "吴门纪实",
type: 'recordType'
// }, {
// title: "吴门纪实",
// type: 'recordType'
}], // 一级分类标题1
twoCateList: [], // 二级分类标题
titleList: [], // 方剂标题

View File

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