From f86bd75868eb9b0e81d5cb43d6e76c08a0da3083 Mon Sep 17 00:00:00 2001 From: yiming <m13691596795@163.com> Date: 星期一, 15 四月 2024 16:55:49 +0800 Subject: [PATCH] 音频bug3 --- packageBookService/pages/bookServices/detail/index.wxml | 16 ++++++++++++++-- 1 files changed, 14 insertions(+), 2 deletions(-) diff --git a/packageBookService/pages/bookServices/detail/index.wxml b/packageBookService/pages/bookServices/detail/index.wxml index 86bf948..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 -- Gitblit v1.9.1