From 56b70cdad0a96691eaf37e04a79ef5e92b892480 Mon Sep 17 00:00:00 2001
From: yiming <m13691596795@163.com>
Date: 星期五, 19 四月 2024 11:14:40 +0800
Subject: [PATCH] bug1

---
 pages/bookExhibitionList/index.wxml |   14 ++++----------
 1 files changed, 4 insertions(+), 10 deletions(-)

diff --git a/pages/bookExhibitionList/index.wxml b/pages/bookExhibitionList/index.wxml
index ee3b7ab..01ede90 100644
--- a/pages/bookExhibitionList/index.wxml
+++ b/pages/bookExhibitionList/index.wxml
@@ -29,27 +29,20 @@
       <view class="menuBox">
         <t-dropdown-menu>
 
+          <!-- show-overlay="{{false}}" -->
 
           <!-- <t-dropdown-item options="{{product.options}}" value="{{product.value}}" bindchange="onChange" /> -->
           <t-dropdown-item options="{{product.options}}" value="{{product.value}}" bindchange="onChange" />
 
 
           <!-- disabled="{{keynoteDisabled}}" -->
-          <t-dropdown-item label=" 閲嶇偣椤圭洰" options="{{multipleSelect.options}}" value="{{multipleSelect.value}}" bindchange="handleMultipleSelect" multiple bind:confirm="handleConfirm" bind:reset="handleReset">
+          <t-dropdown-item disabled="{{keynoteDisabled}}" label=" 閲嶇偣椤圭洰" options="{{multipleSelect.options}}" value="{{multipleSelect.value}}" bindchange="handleMultipleSelect" multiple bind:confirm="handleConfirm" bind:reset="handleReset">
           </t-dropdown-item>
 
           <t-dropdown-item options="{{sorter.options}}" default-value="{{sorter.value}}" bindchange="onSort" />
 
         </t-dropdown-menu>
-        <!-- <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>
   </view>
@@ -78,6 +71,7 @@
         </view>
         <view class="contentBox" wx:for="{{bookExhibitionList}}" wx:key="index" wx:for-item="item" wx:for-index="index" data-item="{{item}}" bind:tap="onBookExhibitionDetails">
           <view class="imageBox">
+            <view></view>
             <image wx:if="{{item.icon}}" src="{{item.icon}}" mode="aspectFit" />
             <image wx:else src="/static/images/bookExhibitionList/banner.png" mode="aspectFit" />
           </view>

--
Gitblit v1.9.1