From b7ed8541113f8fa116b19d13e34a70a929310077 Mon Sep 17 00:00:00 2001 From: litian <C21AF165> Date: 星期二, 12 三月 2024 14:38:22 +0800 Subject: [PATCH] 样书申请 --- pages/home/home.wxml | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/home/home.wxml b/pages/home/home.wxml index d96f714..c495cf0 100644 --- a/pages/home/home.wxml +++ b/pages/home/home.wxml @@ -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"> -- Gitblit v1.9.1