From 7eea32a9a7a034e951468bea279688e8db5c1c98 Mon Sep 17 00:00:00 2001 From: 闫增涛 <1829501689@qq.com> Date: 星期一, 09 九月 2024 14:31:51 +0800 Subject: [PATCH] bug --- packageBookService/pages/bookServices/detail/components/teachResource/index.wxml | 17 ++++++++++------- 1 files changed, 10 insertions(+), 7 deletions(-) diff --git a/packageBookService/pages/bookServices/detail/components/teachResource/index.wxml b/packageBookService/pages/bookServices/detail/components/teachResource/index.wxml index 4bff572..bd9ee13 100644 --- a/packageBookService/pages/bookServices/detail/components/teachResource/index.wxml +++ b/packageBookService/pages/bookServices/detail/components/teachResource/index.wxml @@ -1,12 +1,14 @@ -<view class="teach-btn" wx:if="{{false}}"> - <t-button theme="primary" style="width: 120px; height: 36px" class="btn-upload" wx:if="{{false}}"> - <t-image src="/static/images/bookService/detail/upload.png" style="margin-top: 20rpx"></t-image> - <text>涓婁紶璧勬簮</text> +<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 theme="primary" style="width: 120px; height: 36px"> + <!-- <t-button theme="primary" style="width: 120px; height: 36px"> <t-image src="/static/images/bookService/detail/download.png"></t-image> 鎵归噺涓嬭浇 - </t-button> + </t-button> --> </view> <view class="applyResult {{applyState == 'none' ? 'applyNone' : applyState == 'Normal' ? 'applyPass' : applyState == 'WaitAudit' ? 'applying' :applyState == 'Reject' ? 'applyReject' :'' }}"> <view wx:if="{{applyState == 'WaitAudit'}}">璧勬簮涓嬭浇鐢宠姝e湪瀹℃牳涓紝璇疯�愬績绛夊緟锛�</view> @@ -14,7 +16,8 @@ <view> 璧勬簮涓嬭浇鐢宠宸查�氳繃<text wx:if="{{deadline}}">锛屾湁鏁堟棩鏈熸埅鑷筹細{{ deadline }}</text></view> <view style="display: flex; align-items: center; margin-top: 10rpx"> - <text>涓嬭浇璧勬簮璇峰埌PC绔含甯堟櫤鏁�</text> <text bind:tap="copy" class="copy-text">澶嶅埗</text> + <text>涓嬭浇璧勬簮璇峰埌PC绔含甯堟櫤鏁�</text> + <text bind:tap="copy" class="copy-text">澶嶅埗</text> </view> </view> <view wx:if="{{applyState == 'Reject'}}">璧勬簮涓嬭浇闇�瑕佺敵璇凤紝璇峰厛鐢宠骞剁瓑寰呭鏍搁�氳繃鍚庢柟鍙笅杞�</view> -- Gitblit v1.9.1