From f2036f82c20767036fe8c4d627e5694e28e6ab73 Mon Sep 17 00:00:00 2001 From: QYF-GitLab1 <1940665526@qq.com> Date: 星期二, 29 七月 2025 18:29:33 +0800 Subject: [PATCH] 修复资源移动目录产生的BUG --- pages/home/home.wxml | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/pages/home/home.wxml b/pages/home/home.wxml index 09bf62a..e64a92e 100644 --- a/pages/home/home.wxml +++ b/pages/home/home.wxml @@ -5,10 +5,10 @@ </view> <view class="home-page-header"> <view class="bg"> - <image src="/static/images/home/home-bg.png" mode="heightFix" class="image" /> + <image src="https://jsek.bnuic.com/home/image/home-bg.png" mode="heightFix" class="image" /> </view> <view class="search"> - <image class="icon" src="/static/images/home/nav_icon_scan.png" bindtap="onIconScanTap" /> + <image class="icon" src="/static/images/home/nav_icon_scan.png" bindtap="onIconScanTap" mode="aspectFit" /> <t-search t-class-input="t-search__input" t-class-input-container="t-search__input-container" placeholder="璇疯緭鍏ュ叧閿瘝/涔﹀悕/ISBN/浣滆��/椤圭洰璐熻矗浜�" leftIcon="" bind:submit="onRetrievalPage" model:value="{{searchVal}}"> <t-icon slot="left-icon" prefix="wr" name="search" size="40rpx" color="#bbb" bind:tap="onRetrievalPage" /> </t-search> @@ -41,7 +41,7 @@ </view> </view> <view class="listBox"> - <view wx:if="{{specialSubjectList.length > 0}}"> + <view class="listBox" wx:if="{{specialSubjectList.length > 0}}"> <view wx:for="{{specialSubjectList}}" wx:for-item="item" wx:for-index="index" wx:key="index" class="listItemBox"> <view class="listItem" bindtap="goSubjectDetail" data-book="{{item}}"> <view class="specialSubject-img"> @@ -222,8 +222,8 @@ </view> </view> </t-pull-down-refresh> - - <t-popup + <!-- 鏂板勾鍏憡寮圭獥 --> + <!-- <t-popup visible="{{showStateMenu}}" bind:visible-change="onVisibleChange" placement="center" @@ -249,7 +249,7 @@ bind:tap="closeStateMenu" /> </view> - </t-popup> + </t-popup> --> </view> <import src="home.skeleton.wxml" /> <template is="skeleton" wx:if="{{loading}}" /> \ No newline at end of file -- Gitblit v1.9.1