From 04acf6421dded7b6f6eef9d2cf41d0b4a0e8dd0d Mon Sep 17 00:00:00 2001
From: yiming <m13691596795@163.com>
Date: 星期日, 28 四月 2024 09:23:10 +0800
Subject: [PATCH] 设置表单的bug

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

diff --git a/pages/bookExhibitionList/index.wxml b/pages/bookExhibitionList/index.wxml
index ee3b7ab..2d93faa 100644
--- a/pages/bookExhibitionList/index.wxml
+++ b/pages/bookExhibitionList/index.wxml
@@ -20,42 +20,30 @@
         </view>
         <view class="example-search">
           <t-search model:value="{{value}}" placeholder="璇疯緭鍏ヤ功灞曞悕绉�" bind:submit="onSearchSubmit" />
-
         </view>
-
       </view>
     </view>
+
+
     <view class="outsideMenuBox">
       <view class="menuBox">
+
         <t-dropdown-menu>
 
 
-          <!-- <t-dropdown-item options="{{product.options}}" value="{{product.value}}" bindchange="onChange" /> -->
-          <t-dropdown-item options="{{product.options}}" value="{{product.value}}" bindchange="onChange" />
+
+
+          <t-dropdown-item options="{{product.options}}" default-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 label=" 閲嶇偣椤圭洰" options="{{multipleSelect.options}}" 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>
-
-
-
   <view class="assembleContent">
     <view class="titleBox">
       <view class="frameBox"></view>
@@ -68,7 +56,7 @@
       <view class="outside">
 
 
-        <!-- <button bind:tap="onTest">鐐逛竴涓�</button> -->
+
 
 
 
@@ -78,6 +66,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>
@@ -88,6 +77,7 @@
         <t-loading theme="circular" size="40rpx" class="wrapper" wx:if="{{isMore == true}}" />
         <text wx:if="{{isMore == false}}">娌℃湁鏇村浜�</text>
       </view>
+      <!-- <Select prop-array='{{selectArray}}'></Select> -->
     </scroll-view>
 
   </view>

--
Gitblit v1.9.1