feat(registerList): 注册列表移除交易时间

This commit is contained in:
woody 2025-06-26 10:44:36 +08:00
parent 461f363fe9
commit f0436d259c
1 changed files with 0 additions and 20 deletions

View File

@ -50,26 +50,6 @@
</view> </view>
</view> </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="popup_bottom">
<view class="bottom_btn thebtn1" @click="clearAll">清空筛选条件</view> <view class="bottom_btn thebtn1" @click="clearAll">清空筛选条件</view>
<view <view