From e7b28656801d4ff8284e0c43deddf0a6953b08ae Mon Sep 17 00:00:00 2001 From: 闫增涛 <1829501689@qq.com> Date: 星期四, 24 十月 2024 15:36:17 +0800 Subject: [PATCH] 云学习判断 --- packageBookService/pages/bookServices/detail/index.wxml | 8 ++++++-- 1 files changed, 6 insertions(+), 2 deletions(-) diff --git a/packageBookService/pages/bookServices/detail/index.wxml b/packageBookService/pages/bookServices/detail/index.wxml index 75e12b4..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> @@ -259,6 +259,7 @@ isShowBuyCloundMenu="{{isShowBuyCloundMenu}}" isShowBuyCloundBtn="{{isShowBuyCloundBtn}}" bind:buyCloudLearnClass="buyCloudLearnClass" + learnTaskData="{{learnTaskData}}" ></learn-resource> <tree @@ -267,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" @@ -491,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