From 1daa00227f03bc3a370dc1311b7166df17368929 Mon Sep 17 00:00:00 2001 From: 闫增涛 <1829501689@qq.com> Date: 星期三, 20 三月 2024 16:15:46 +0800 Subject: [PATCH] Merge refs/remotes/origin/master into refs/heads/master --- pages/home/home.wxml | 14 +++++++------- 1 files changed, 7 insertions(+), 7 deletions(-) diff --git a/pages/home/home.wxml b/pages/home/home.wxml index 059232e..baecdb0 100644 --- a/pages/home/home.wxml +++ b/pages/home/home.wxml @@ -1,15 +1,16 @@ <view style="text-align: center; color: #b9b9b9" wx:if="{{pageLoading}}"> <t-loading theme="circular" size="40rpx" text="鍔犺浇涓�..." inherit-color /> </view> -<view class="background {{ isWhite ? 'white':''}}"> + +<view class="background {{ isWhite ? 'white':''}}" style="padding-top: {{barHeight}}px"> <text class="text">浜笀E璇�</text> </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> @@ -63,7 +64,7 @@ </view> </view> <view class="home-page-tabs"> - <t-tabs t-class="t-tabs" t-class-active="tabs-external__active" t-class-item="tabs-external__item" defaultValue="{{activeItem}}" space-evenly="{{false}}" bind:change="tabChangeHandle"> + <t-tabs t-class="t-tabs" split="{{false}}" defaultValue="{{activeItem}}" bind:change="tabChangeHandle"> <t-tab-panel wx:for="{{courseTypeList}}" wx:for-index="index" wx:key="index" label="{{item.name}}" value="{{index}}" /> </t-tabs> </view> @@ -103,7 +104,7 @@ </view> </view> <view class="home-page-tabs"> - <t-tabs t-class="t-tabs" t-class-active="tabs-external__active" t-class-item="tabs-external__item" defaultValue="{{activeItem1}}" space-evenly="{{false}}" bind:change="tabBookClick"> + <t-tabs t-class="t-tabs" split="{{false}}" defaultValue="{{activeItem1}}" bind:change="tabBookClick"> <t-tab-panel wx:for="{{bookTypeList}}" wx:for-index="index" wx:key="index" label="{{item.name}}" value="{{index}}" /> </t-tabs> </view> @@ -195,13 +196,12 @@ </view> <view class="body-info"> <view class="name">{{item.name}}</view> - <view class="author">{{item.author}}</view> + <!-- <view class="author">{{item.author}}</view> --> </view> </view> </view> </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