From 057199d5c5284a71e5d04e091492873ced412fa5 Mon Sep 17 00:00:00 2001
From: 闫增涛 <1829501689@qq.com>
Date: 星期四, 21 三月 2024 09:28:54 +0800
Subject: [PATCH] 代码合并

---
 pages/bookExhibitionList/index.wxml |   20 +++++++++++++-------
 1 files changed, 13 insertions(+), 7 deletions(-)

diff --git a/pages/bookExhibitionList/index.wxml b/pages/bookExhibitionList/index.wxml
index 31f662a..77fa0f8 100644
--- a/pages/bookExhibitionList/index.wxml
+++ b/pages/bookExhibitionList/index.wxml
@@ -23,26 +23,32 @@
 
 
   </t-dropdown-menu>
-  <view class="sortBox" bind:tap="onSwapRight">
-    <text>鎺掑簭</text>
-    <view class="iconBox">
-      <t-icon class="swapRight" name="swap-right" size="35rpx" color="{{nameSort == 'Asc' ? '#ff6c00' : ''}}" />
-      <t-icon class="swapLeft" name="swap-right" size="35rpx" color="{{nameSort == 'Desc' ? '#ff6c00' : ''}}" />
+
+
+
+  <view class="outsideSortBox">
+    <view class="sortBox" bind:tap="onSwapRight">
+      <text>鎺掑簭</text>
+      <view class="iconBox">
+        <t-icon class="swapRight" name="swap-right" size="35rpx" color="{{nameSort == 'Asc' ? '#ff6c00' : ''}}" />
+        <t-icon class="swapLeft" name="swap-right" size="35rpx" color="{{nameSort == 'Desc' ? '#ff6c00' : ''}}" />
+      </view>
     </view>
   </view>
+
 </view>
 
 <view class="assembleContent">
   <view class="titleBox">
     <view class="frameBox"></view>
-     <image class="titleTextBox" src="/static/images/bookExhibitionList/zhuantitaolun.png" mode="aspectFit"/>
+    <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="aspectFit" />
       <image wx:else="" src="/static/images/bookExhibitionList/banner.png" mode="" />
-      <view class="textBox" title="{{item.name}}"> <text>{{item.name}}</text></view>
+      <view class="textBox" title="{{item.subtitleName}}"> <text>{{item.subtitleName}}</text></view>
     </view>
 
   </view>

--
Gitblit v1.9.1