From 23f872505d56a06183f55964f40ee697817e1858 Mon Sep 17 00:00:00 2001 From: QYF-GitLab1 <1940665526@qq.com> Date: 星期三, 23 七月 2025 15:24:22 +0800 Subject: [PATCH] 修改提示词、修改扫码icon颜色 --- pages/specialDiscussion/index.wxml | 11 +++++++---- 1 files changed, 7 insertions(+), 4 deletions(-) diff --git a/pages/specialDiscussion/index.wxml b/pages/specialDiscussion/index.wxml index 5cb1159..80c94bf 100644 --- a/pages/specialDiscussion/index.wxml +++ b/pages/specialDiscussion/index.wxml @@ -3,8 +3,9 @@ <view wx:else> <view style="width: 100%; height: {{barHeight}}px;"></view> <view class="nacigationBar" style="width: 70%; height: {{navBarHeight}}px;"> - <view> - <t-icon name="chevron-left" size="30" data-name="{{item}}" bind:click="goBack" /> + <view class="back-icon"> + <!-- <t-icon name="chevron-left" size="30" data-name="{{item}}" bind:click="goBack" /> --> + <image src="/static/images/digitalTextbooks/chevron-left.png" bind:tap="goBack" mode="aspectFit" /> </view> <t-search model:value="{{searchValue}}" shape="round" placeholder="璇疯緭鍏ュ叧閿瘝/涔﹀悕/浣滆��" class="navBar-search" style="width: 464rpx" bind:submit="searchBook" /> </view> @@ -33,7 +34,8 @@ </view> </view> <view wx:if="{{specialSubjectList.length <= 0}}" class="noDataBox"> - <t-empty icon="folder-open" description="鏆傛棤鏁版嵁" font-size="80" /> + <!-- <t-empty icon="folder-open" description="鏆傛棤鏁版嵁" font-size="80" /> --> + <empty /> </view> </view> <view wx:else> @@ -62,7 +64,8 @@ </view> </view> <view wx:if="{{specialDiscussionList.length <= 0}}" class="noDataBox"> - <t-empty icon="folder-open" description="鏆傛棤鏁版嵁" font-size="80" /> + <!-- <t-empty icon="folder-open" description="鏆傛棤鏁版嵁" font-size="80" /> --> + <empty /> </view> </t-tab-panel> </t-tabs> -- Gitblit v1.9.1