视频播放和bug修改

This commit is contained in:
liqianyouyou
2024-01-09 00:56:31 +08:00
parent 0038b7fc5a
commit 098c609927
4 changed files with 218 additions and 26 deletions

View File

@@ -20,36 +20,11 @@
{{prescriptDetail.name}}
</view>
</uni-section>
<uni-section class="mb-10" titleFontSize="18px" title="职务" type="line" v-if="prescriptDetail.content && prescriptDetail.content != ''" >
<uni-section class="mb-10" titleFontSize="18px" title="详细介绍" type="line" v-if="prescriptDetail.content && prescriptDetail.content != ''" >
<view class="item" v-html="prescriptDetail.content">
</view>
</uni-section>
<uni-section class="mb-10" titleFontSize="18px" title="古代计量" type="line" v-if="prescriptDetail.doseOld && prescriptDetail.doseOld != ''" >
<view class="item" v-html="prescriptDetail.doseOld">
</view>
</uni-section>
<uni-section class="mb-10" titleFontSize="18px" title="现代计量(仅供参考)" type="line" v-if="prescriptDetail.doseNow && prescriptDetail.doseNow != ''" >
<view class="item" v-html="prescriptDetail.doseNow">
</view>
</uni-section>
<uni-section class="mb-10" titleFontSize="18px" title="煎服法" type="line" v-if="prescriptDetail.preUsage && prescriptDetail.preUsage != ''">
<view class="item" v-html="prescriptDetail.preUsage">
</view>
</uni-section>
<uni-section class="mb-10" titleFontSize="18px" title="方歌" type="line" v-if="prescriptDetail.preSong && prescriptDetail.preSong != ''">
<view class="item" v-html="prescriptDetail.preSong">
</view>
</uni-section>
<uni-section class="mb-10" titleFontSize="18px" title="主治" type="line" v-if="prescriptDetail.indications && prescriptDetail.indications != ''">
<view class="item" v-html="prescriptDetail.indications">
</view>
</uni-section>
<!-- <uni-section class="mb-10" titleFontSize="18px" title="配伍" type="line">
<view class="item" v-if="prescriptDetail.compatibility && prescriptDetail.compatibility != ''" v-html="prescriptDetail.compatibility">
</view>