From 366de5b4636679392a1e3d2984fc23bd5eaa5ac3 Mon Sep 17 00:00:00 2001
From: litian <C21AF165>
Date: 星期二, 27 八月 2024 17:48:03 +0800
Subject: [PATCH] wenti

---
 pages/home/home.wxml |   69 +++++++++++++++++-----------------
 1 files changed, 35 insertions(+), 34 deletions(-)

diff --git a/pages/home/home.wxml b/pages/home/home.wxml
index b8cc110..ab41099 100644
--- a/pages/home/home.wxml
+++ b/pages/home/home.wxml
@@ -9,7 +9,7 @@
       </view>
       <view class="search">
         <image class="icon" src="/static/images/home/nav_icon_scan.png" bindtap="onIconScanTap" />
-        <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>
@@ -62,6 +62,39 @@
         </view>
         <view class="tabCardPublic iconTwo">
           <view class="icon">
+            <image src="/static/images/home/tushufuwu2.png" mode="aspectFit" class="iconImage" />
+          </view>
+          <view data-info="{{'tushufuwu'}}" bindtap="onMoreGuide" class="flex">
+            <text class="more">鏇村</text>
+            <t-icon name="chevron-right" size="32rpx" color="#ff6d00" />
+          </view>
+        </view>
+        <view class="home-page-tabs">
+          <t-tabs t-class="t-tabs" split="{{false}}" position="{{'home'}}" 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>
+        <view class="listBox2">
+          <view wx:if="{{booksList.length > 0}}" class="flex">
+            <view wx:for="{{booksList}}" wx:for-item="item" wx:for-index="index" wx:key="index" class="booksListItemBox">
+              <view class="listItem" bind:tap="goDetail" data-book="{{item}}">
+                <view class="specialSubject-img">
+                  <image src="{{item.icon ? item.icon : '/static/images/default-book-img.png'}}" mode="aspectFit" class="img" aria-label="{{item.name}}" />
+                </view>
+                <view class="body-info">
+                  <view class="name">{{item.name}}</view>
+                  <view class="author">{{item.author}}</view>
+                </view>
+              </view>
+            </view>
+          </view>
+          <view class="empyt" wx:else>
+            <!-- <t-empty icon="folder-open" description="鏆傛棤鏁版嵁" font-size="80" /> -->
+            <empty />
+          </view>
+        </view>
+        <view class="tabCardPublic iconTwo">
+          <view class="icon">
             <image src="/static/images/home/jingxuankecheng2.png" mode="aspectFit" class="iconImage" />
           </view>
           <view data-info="{{'jingxuankecheng'}}" bindtap="onMoreGuide" class="flex">
@@ -101,39 +134,7 @@
             <empty />
           </view>
         </view>
-        <view class="tabCardPublic iconTwo">
-          <view class="icon">
-            <image src="/static/images/home/tushufuwu2.png" mode="aspectFit" class="iconImage" />
-          </view>
-          <view data-info="{{'tushufuwu'}}" bindtap="onMoreGuide" class="flex">
-            <text class="more">鏇村</text>
-            <t-icon name="chevron-right" size="32rpx" color="#ff6d00" />
-          </view>
-        </view>
-        <view class="home-page-tabs">
-          <t-tabs t-class="t-tabs" split="{{false}}" position="{{'home'}}" 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>
-        <view class="listBox2">
-          <view wx:if="{{booksList.length > 0}}" class="flex">
-            <view wx:for="{{booksList}}" wx:for-item="item" wx:for-index="index" wx:key="index" class="booksListItemBox">
-              <view class="listItem" bind:tap="goDetail" data-book="{{item}}">
-                <view class="specialSubject-img">
-                  <image src="{{item.icon ? item.icon : '/static/images/default-book-img.png'}}" mode="aspectFit" class="img" aria-label="{{item.name}}" />
-                </view>
-                <view class="body-info">
-                  <view class="name">{{item.name}}</view>
-                  <view class="author">{{item.author}}</view>
-                </view>
-              </view>
-            </view>
-          </view>
-          <view class="empyt" wx:else>
-            <!-- <t-empty icon="folder-open" description="鏆傛棤鏁版嵁" font-size="80" /> -->
-            <empty />
-          </view>
-        </view>
+
         <view class="tabCardPublic iconTwo">
           <view class="icon">
             <image src="/static/images/home/shuziyuedu2.png" mode="aspectFit" class="iconImage" />

--
Gitblit v1.9.1