From 1a537273ca2d6f95f2043a7347e73ed41490913a Mon Sep 17 00:00:00 2001 From: litian <C21AF165> Date: 星期五, 25 十月 2024 16:29:22 +0800 Subject: [PATCH] vd --- packageBookService/pages/bookServices/detail/index.wxml | 10 ++++++++-- 1 files changed, 8 insertions(+), 2 deletions(-) diff --git a/packageBookService/pages/bookServices/detail/index.wxml b/packageBookService/pages/bookServices/detail/index.wxml index 9576f19..b1c9889 100644 --- a/packageBookService/pages/bookServices/detail/index.wxml +++ b/packageBookService/pages/bookServices/detail/index.wxml @@ -205,7 +205,7 @@ rejectCause="{{rejectCause}}" deadline="{{deadline}}" bind:applyResource="applyResource" - treeList="{{teach}}" + md5List="{{md5List}}" applyResourceLoading="{{applyResourceLoading}}" bind:uploadFile="uploadFile" ></teach-resource> @@ -257,6 +257,9 @@ successOrderNumber="{{successOrderNumber}}" isGoBuyResource="{{isGoBuyResource}}" isShowBuyCloundMenu="{{isShowBuyCloundMenu}}" + isShowBuyCloundBtn="{{isShowBuyCloundBtn}}" + bind:buyCloudLearnClass="buyCloudLearnClass" + learnTaskData="{{learnTaskData}}" ></learn-resource> <tree @@ -265,9 +268,12 @@ bookInfo="{{bookDetail}}" tab="{{tabValue}}" treeList="{{learn}}" + learnList="{{learn}}" buyIds="{{buyIdList}}" openLearnids="{{openLearnids}}" cloundMenuIsBuy="{{cloundMenuIsBuy}}" + learnMenu="{{learnMenu}}" + isCloundHaveSaleMethod="{{isCloundHaveSaleMethod}}" bind:updateShoppingCartHidden="updateShoppingCartHidden" bind:updateCloudLearning="updateCloudLearning" bind:getCloundIsBuy="getCloundIsBuy" @@ -489,7 +495,7 @@ wx:if="{{!isShowUp && fileList.length > 0}}" class="fileList" > - <text>{{fileList[0].name}}</text> + <text class="fileName">{{fileList[0].name}}</text> <image src="/static/images/bookService/detail/deleteHover.png" class="deleteBtn" -- Gitblit v1.9.1