From f9d4b09377c5471e1202be2fef2c89de27b6654d Mon Sep 17 00:00:00 2001
From: yiming <m13691596795@163.com>
Date: 星期三, 13 三月 2024 19:50:42 +0800
Subject: [PATCH] feat(撒): 的

---
 pages/bookExhibitionList/index.wxml |   22 +++++++++++-----------
 1 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/pages/bookExhibitionList/index.wxml b/pages/bookExhibitionList/index.wxml
index 2e08782..31f662a 100644
--- a/pages/bookExhibitionList/index.wxml
+++ b/pages/bookExhibitionList/index.wxml
@@ -3,16 +3,15 @@
 <!-- 寮瑰嚭妗� 绂佹 -->
 <t-toast id="t-toast" />
 
-
-<view class="example-search">
-  <t-search model:value="{{value}}" placeholder="璇疯緭鍏ュ叧閿瘝/涔︾洰/ISBN/浣滆��" bind:submit="onSearchSubmit" />
+<view style="width: 100%; height: {{barHeight}}px; "></view>
+<view class="nacigationBar" style="width: 70%; height: {{navBarHeight}}px;">
+  <view>
+    <t-icon name="chevron-left" size="30" data-name="{{item}}" bind:click="goBack" />
+  </view>
+  <view class="example-search">
+    <t-search model:value="{{value}}" placeholder="璇疯緭鍏ヤ功灞曞悕绉�" bind:submit="onSearchSubmit" />
+  </view>
 </view>
-
-
-
-
-
-
 
 
 <view class="menuBox">
@@ -35,12 +34,13 @@
 
 <view class="assembleContent">
   <view class="titleBox">
-    <view class="frameBox"></view> <text class="titleTextBox"> 绾夸笂涔﹀睍</text>
+    <view class="frameBox"></view>
+     <image class="titleTextBox" src="/static/images/bookExhibitionList/zhuantitaolun.png" mode="aspectFit"/>
   </view>
   <view class="outside">
 
     <view class="contentBox" wx:for="{{bookExhibitionList}}" wx:key="index" wx:for-item="item" wx:for-index="index" bindtap="onBookExhibitionDetails" data-item="{{item}}">
-      <image wx:if="{{item.icon}}" src="{{item.icon}}" mode="" />
+      <image wx:if="{{item.icon}}" src="{{item.icon}}" mode="aspectFit" />
       <image wx:else="" src="/static/images/bookExhibitionList/banner.png" mode="" />
       <view class="textBox" title="{{item.name}}"> <text>{{item.name}}</text></view>
     </view>

--
Gitblit v1.9.1