锚链接

This commit is contained in:
2024-07-01 13:49:42 +08:00
parent f1212a42d7
commit a174c3e4d5
172 changed files with 11881 additions and 8893 deletions

View File

@@ -2,11 +2,12 @@
<view class="container">
<!-- 公共组件-每个页面必须引入 -->
<public-module></public-module>
<z-nav-bar :title="prescriptDetail.title" bgColor="#3AB3AE" fontColor="#fff"></z-nav-bar>
<view
class="contentBox"
v-if="prescriptDetail.type == 0"
>
<z-nav-bar
:title="prescriptDetail.title"
bgColor="#3AB3AE"
fontColor="#fff"
></z-nav-bar>
<view class="contentBox" v-if="prescriptDetail.type == 0">
<view class="content">
<!-- <uni-section class="mb-10" titleFontSize="18px" title="标题" type="line"> -->
<view class="item title-center">
@@ -21,6 +22,7 @@
</view>
</view>
<view class="fullscreen-webview" v-else>
<!-- <z-nav-bar :title="prescriptDetail.title" bgColor="#3AB3AE" fontColor="#fff"></z-nav-bar> -->
<web-view :src="prescriptDetail.url"> </web-view>
</view>
<music-play :playData="playData"></music-play>
@@ -174,4 +176,4 @@ export default {
/deep/ .uni-section-header__decoration.line {
background-color: #18bc37;
}
</style>
</style>