feat(registerList): 注册列表移除交易时间
This commit is contained in:
parent
461f363fe9
commit
f0436d259c
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue