Merge branch 'lx-dev' of gitee.com:cabbage_qd/web-base-h5 into lx-test

This commit is contained in:
woody 2025-06-26 14:19:05 +08:00
commit 4d1f71b298
1 changed files with 0 additions and 20 deletions

View File

@ -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