- <view class="global-card time-range" style='margin-bottom:0;' bindtap="openActionSheet">
- <view class='left'>
- <view class="iconfont icon-xiangxixinxi1">{{language[title]||title}}</view>
- </view>
- <view class="right">
- <view style='color:#3874F6;'>{{language[showText]||showText}}</view>
- <view 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" />
|