feat: 添加功能开发提示,优化资产发行页面和提现页面的空状态展示
This commit is contained in:
@@ -80,7 +80,9 @@ onBeforeMount(() => {
|
||||
<ion-refresher-content />
|
||||
</ion-refresher>
|
||||
|
||||
<div class="space-y-3 antialiased my-3">
|
||||
<ui-empty v-if="billData.length === 0" />
|
||||
|
||||
<div v-else class="space-y-3 antialiased my-3">
|
||||
<div v-for="item in billData" :key="item.id">
|
||||
<ion-grid class="py-3 space-y-2">
|
||||
<ion-row class="ion-align-items-center">
|
||||
|
||||
@@ -77,7 +77,9 @@ onBeforeMount(() => {
|
||||
<ion-refresher-content />
|
||||
</ion-refresher>
|
||||
|
||||
<div class="space-y-3 antialiased my-3">
|
||||
<ui-empty v-if="withdrawData.length === 0" />
|
||||
|
||||
<div v-else class="space-y-3 antialiased my-3">
|
||||
<div v-for="item in withdrawData" :key="item.id">
|
||||
<ion-grid class="py-3 space-y-2">
|
||||
<ion-row class="ion-align-items-center">
|
||||
|
||||
Reference in New Issue
Block a user