移出使用账户历史消息

This commit is contained in:
唐明明
2023-03-24 10:11:48 +08:00
parent d45ace96c6
commit d605b0b0ff
2 changed files with 0 additions and 34 deletions

View File

@@ -64,20 +64,6 @@
</view>
<u-loadmore v-if="pagesShow" :status="status" />
</view>
<!-- 筛选时间 -->
<!-- <button @click="">打开弹窗</button> -->
<!-- <u-calendar
v-if="maxDate != ''"
:show="dayShow"
mode="range"
color="#446EFE"
:minDate="minDate"
:maxDate="maxDate"
monthNum="36"
title="选择筛选区间"
@close="dayShow = false"
@confirm="onDay"
></u-calendar> -->
</view>
</template>