From 2d3276fce97e33f5c7f04a74632e18ebb01c3a4d Mon Sep 17 00:00:00 2001 From: yiming <m13691596795@163.com> Date: 星期一, 15 四月 2024 17:30:16 +0800 Subject: [PATCH] 音频优化1 --- packageBookService/pages/bookServices/detail/index.wxml | 18 +++++++++++++++--- 1 files changed, 15 insertions(+), 3 deletions(-) diff --git a/packageBookService/pages/bookServices/detail/index.wxml b/packageBookService/pages/bookServices/detail/index.wxml index 5d74563..13787b6 100644 --- a/packageBookService/pages/bookServices/detail/index.wxml +++ b/packageBookService/pages/bookServices/detail/index.wxml @@ -3,9 +3,17 @@ <template is="skeleton" wx:if="{{pageLoading}}" /> <!-- pageLoading --> <!--瀵艰埅鍖哄煙 --> + +<suggest-dialog + class="suggest-dialog" + showIndex="{{showIndex}}" + bookIcon="{{bookDetail.icon}}" + bookName="{{bookDetail.name}}" +></suggest-dialog> +<!-- <popup showIndex="{{showIndex}}"></popup> --> <view class="page-bookService" wx:if="{{!pageLoading}}"> <view style="width: 100%; height: {{barHeight}}px; "></view> - <view class="nacigationBar" style="width: 70%; height: {{navBarHeight}}px;"> + <view class="nacigationBar" style="width: 100%; height: {{navBarHeight}}px;"> <view> <t-icon name="chevron-left" @@ -14,7 +22,9 @@ bind:click="goBack" /> </view> - <view class="navbar-title">{{options.name}}</view> + <view class="navbar-title" style="width: 100%"> + <text>{{options.name}}</text> + </view> </view> <t-toast id="t-toast" /> <scroll-view @@ -220,6 +230,8 @@ bind:handleTree="handleTree" openTeachids="{{openTeachids}}" wx:if="{{teach.length}}" + isShoppingCart="isShoppingCart" + bind:updateCloudLearning="updateCloudLearning" ></tree> </view> <!-- <t-loading @@ -230,7 +242,7 @@ /> --> <view wx:if="{{loading}}" style="width: 100%; height: min-content"> <t-skeleton - row-col="{{[1,1,2,1,1,2]}}" + row-col="{{rowCol}}" theme="paragraph" animation="gradient" loading="{{loading}}" -- Gitblit v1.9.1