From 4c29b79d485d68d506e798f4fd381232ebc55a86 Mon Sep 17 00:00:00 2001 From: litian <C21AF165> Date: 星期六, 14 九月 2024 11:27:33 +0800 Subject: [PATCH] bug --- packageBookService/pages/bookServices/detail/components/teachResource/index.wxml | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/packageBookService/pages/bookServices/detail/components/teachResource/index.wxml b/packageBookService/pages/bookServices/detail/components/teachResource/index.wxml index bd9ee13..7c7a4da 100644 --- a/packageBookService/pages/bookServices/detail/components/teachResource/index.wxml +++ b/packageBookService/pages/bookServices/detail/components/teachResource/index.wxml @@ -1,15 +1,15 @@ -<view class="teach-btn"> - <t-button theme="primary" style="width: 120px; height: 36px" class="btn" bind:tap="uploadBtn"> +<!-- <view class="teach-btn"> --> + <!-- <t-button theme="primary" style="width: 120px; height: 36px" class="btn" bind:tap="uploadBtn"> <view slot="content" class="btn-content"> <image src="/static/images/bookService/detail/upload.png" mode="aspectFit" ></image> <text>涓婁紶璧勬簮</text> </view> - </t-button> + </t-button> --> <!-- <t-button theme="primary" style="width: 120px; height: 36px"> <t-image src="/static/images/bookService/detail/download.png"></t-image> 鎵归噺涓嬭浇 </t-button> --> -</view> +<!-- </view> --> <view class="applyResult {{applyState == 'none' ? 'applyNone' : applyState == 'Normal' ? 'applyPass' : applyState == 'WaitAudit' ? 'applying' :applyState == 'Reject' ? 'applyReject' :'' }}"> <view wx:if="{{applyState == 'WaitAudit'}}">璧勬簮涓嬭浇鐢宠姝e湪瀹℃牳涓紝璇疯�愬績绛夊緟锛�</view> <view wx:if="{{applyState == 'Normal'}}"> -- Gitblit v1.9.1