From 812b4f1e667d0642180e682cb0f7f1e8f2c41c2a Mon Sep 17 00:00:00 2001 From: yiming <m13691596795@163.com> Date: 星期一, 18 三月 2024 14:44:02 +0800 Subject: [PATCH] 视频播放器修改1 --- pages/home/home.wxml | 11 +++++------ 1 files changed, 5 insertions(+), 6 deletions(-) diff --git a/pages/home/home.wxml b/pages/home/home.wxml index d96f714..21fbf69 100644 --- a/pages/home/home.wxml +++ b/pages/home/home.wxml @@ -6,10 +6,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=""> + <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 +63,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 +103,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> @@ -157,7 +157,7 @@ </view> </view> <view class="listBox3"> - <view wx:if="{{textbookList.length > 0}}" class="listBox3"> + <view wx:if="{{textbookList.length > 0}}"> <view wx:for="{{textbookList}}" wx:for-item="item" wx:for-index="index" wx:key="index" class="textbooksItemBox"> <view class="listItem flex"> <view class="specialSubject-img"> @@ -202,6 +202,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