From 98c6c98f673e9a715b9d398d098afd96afac6701 Mon Sep 17 00:00:00 2001 From: yiming <m13691596795@163.com> Date: 星期三, 20 三月 2024 18:34:19 +0800 Subject: [PATCH] 3月20号的bug --- pages/home/home.wxml | 10 +++++++--- 1 files changed, 7 insertions(+), 3 deletions(-) diff --git a/pages/home/home.wxml b/pages/home/home.wxml index 3ecf648..58e745f 100644 --- a/pages/home/home.wxml +++ b/pages/home/home.wxml @@ -1,3 +1,8 @@ + + + + + <view style="text-align: center; color: #b9b9b9" wx:if="{{pageLoading}}"> <t-loading theme="circular" size="40rpx" text="鍔犺浇涓�..." inherit-color /> </view> @@ -6,10 +11,10 @@ </view> <view class="home-page-header"> <view class="bg"> - <image src="/static/images/home/home-bg@2x.png" mode="heightFix" class="image" /> + <image src="/static/images/home/home-bg.png" mode="heightFix" class="image" /> </view> <view class="search"> - <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-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="navToSearchPage" /> </t-search> </view> @@ -202,6 +207,5 @@ </scroll-view> </view> </view> - <load-more list-is-empty="{{!goodsList.length}}" status="{{goodsListLoadStatus}}" bind:retry="onReTry" /> <t-toast id="t-toast" /> </view> \ No newline at end of file -- Gitblit v1.9.1