From dc934dfd63fecff84d0bf996418e041b9bd4ea59 Mon Sep 17 00:00:00 2001 From: 闫增涛 <1829501689@qq.com> Date: 星期二, 30 四月 2024 18:16:13 +0800 Subject: [PATCH] bug修改 --- packageBookService/pages/bookServices/detail/index.wxml | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/packageBookService/pages/bookServices/detail/index.wxml b/packageBookService/pages/bookServices/detail/index.wxml index 4b32c1f..8507c3c 100644 --- a/packageBookService/pages/bookServices/detail/index.wxml +++ b/packageBookService/pages/bookServices/detail/index.wxml @@ -272,6 +272,7 @@ bookId="{{bookDetail.id}}" isshowDrawBtn="{{isshowDrawBtn}}" successOrderNumber="{{successOrderNumber}}" + isGoBuyResource="{{isGoBuyResource}}" ></learn-resource> <tree @@ -381,7 +382,7 @@ <view class="{{!bookBuy && bookDetail.isSell ? 'bottom-btn tryRead' : 'bottom-btn try'}}" bind:tap="goRead" - wx:if="{{ applicationState == 'overdue' ? true :!bookBuy}}" + wx:if="{{!bookBuy}}" > <view> <t-image src="/static/images/bookService/detail/shidu.png"></t-image> @@ -392,7 +393,7 @@ <view class="shopCar shopCarColor" bind:tap="addBookShopcCar" - wx:if="{{!bookBuy && bookDetail.price !== '0.00' && bookDetail.isSell == '1'}}" + wx:if="{{!bookBuy && bookDetail.price !== '0.00' && bookDetail.isSell == '1'}}" >鍔犲叆璐墿杞�</view > <view @@ -407,7 +408,7 @@ wx:if="{{!bookBuy && bookDetail.price == '0.00' && bookDetail.isSell == '1'}}" >鍏嶈垂棰嗗彇</view > - <view class="buy read" bind:tap="goRead" wx:if="{{ applicationState == 'Normal' ? true : bookBuy}}">绔嬪嵆鏌ョ湅</view> + <view class="buy read" bind:tap="goRead" wx:if="{{bookBuy}}">绔嬪嵆鏌ョ湅</view> </view> </view> -- Gitblit v1.9.1