Merge branch 'lx-dev' of gitee.com:cabbage_qd/web-base-h5 into lx-test
This commit is contained in:
commit
4d1f71b298
|
@ -50,26 +50,6 @@
|
|||
</view>
|
||||
</view>
|
||||
</view>
|
||||
<view class="typesBox">
|
||||
<view class="typeTitle"> 交易时间 </view>
|
||||
<view class="choiceBox">
|
||||
<view class="flex_btn timesbtn" @click="openDate(0)">
|
||||
{{
|
||||
queryParams.startCreationTime
|
||||
? queryParams.startCreationTime
|
||||
: '开始时间'
|
||||
}}
|
||||
</view>
|
||||
<view style="color: #666"> —— </view>
|
||||
<view class="flex_btn timesbtn" @click="openDate(1)">
|
||||
{{
|
||||
queryParams.endCreationTime
|
||||
? queryParams.endCreationTime
|
||||
: '结束时间'
|
||||
}}
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
<view class="popup_bottom">
|
||||
<view class="bottom_btn thebtn1" @click="clearAll">清空筛选条件</view>
|
||||
<view
|
||||
|
|
Loading…
Reference in New Issue