filtrate.wxml 867 B

12345678910111213141516
  1. <view class="global-card time-range" style='margin-bottom:0;' bindtap="openActionSheet">
  2. <view class='left'>
  3. <view class="iconfont {{iconName}}">{{language[title]||title}}</view>
  4. </view>
  5. <view class="right">
  6. <view style='color:#3874F6;'>{{language[showText]||showText}}</view>
  7. <block wx:if='{{isEmpty}}'>
  8. <view wx:if="{{showText != '全部'}}" class="iconfont icon-quxiao" catchtap="clearResults" />
  9. <view wx:else class="iconfont icon-xiangxiazhankai" />
  10. </block>
  11. <view wx:else class="iconfont icon-xiangxiazhankai" />
  12. </view>
  13. </view>
  14. <van-action-sheet show="{{ actionShow }}" actions="{{ actions }}" bind:select='onSelect' bind:cancel='onCancel'
  15. bind:click-overlay='onCancel' cancel-text="{{language['取消']||'取消'}}" />
  16. <wxs src='../../utils/wxmlQueryPer.wxs' module="per" />