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