yiming
2024-03-21 47462dc6c323cc4ac7b32b93051947d351799c1f
pages/bookExhibitionList/index.wxml
@@ -2,41 +2,49 @@
<!-- 弹出框 禁止 -->
<t-toast id="t-toast" />
<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">
  <t-dropdown-menu class="classification">
    <t-dropdown-item options="{{product.options}}" value="{{product.value}}" bindchange="onChange" />
    <t-dropdown-item label="重点项目" options="{{multipleSelect.options}}" value="{{multipleSelect.value}}" bindchange="handleMultipleSelect" multiple bind:confirm="handleConfirm" bind:reset="handleReset" />
  </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 class="bigTitleBox">
  <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>
<view>
</view>
<view class="outsideMenuBox">
  <view class="menuBox">
    <t-dropdown-menu class="classification">
      <t-dropdown-item options="{{product.options}}" value="{{product.value}}" bindchange="onChange" />
      <t-dropdown-item disabled="{{keynoteDisabled}}" label=" 重点项目" options="{{multipleSelect.options}}" value="{{multipleSelect.value}}" bindchange="handleMultipleSelect" multiple bind:confirm="handleConfirm" bind:reset="handleReset" />
    </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 class="assembleContent">
  <view class="titleBox">
@@ -47,7 +55,7 @@
  </view>
  <view class="outside">
    <view wx:if="{{bookExhibitionList.length }}">
    <view wx:if="{{!bookExhibitionList.length }}" class="noData">
      <t-empty icon="folder-open" description="暂无数据" />
    </view>