This commit is contained in:
@@ -38,7 +38,7 @@
|
||||
<swiper-item class="swiper-item-content">
|
||||
<scroll-view scroll-y class="list-content" @scrolltolower="loadMoreRecharge">
|
||||
<view v-if="rechargeList.length === 0 && !rechargeLoading" class="empty-state">
|
||||
<view class="empty-icon">RCG</view>
|
||||
<image class="empty-icon" src="/static/wallet.png" mode="aspectFit" alt="钱包"></image>
|
||||
<view class="empty-title">暂无充值订单</view>
|
||||
</view>
|
||||
|
||||
@@ -90,7 +90,7 @@
|
||||
<swiper-item class="swiper-item-content">
|
||||
<scroll-view scroll-y class="list-content" @scrolltolower="loadMoreTransaction">
|
||||
<view v-if="transactionList.length === 0 && !transactionLoading" class="empty-state">
|
||||
<view class="empty-icon">WAL</view>
|
||||
<image class="empty-icon" src="/static/wallet.png" mode="aspectFit" alt="钱包"></image>
|
||||
<view class="empty-title">暂无钱包流水</view>
|
||||
</view>
|
||||
|
||||
@@ -938,10 +938,10 @@
|
||||
padding: 120rpx 40rpx;
|
||||
|
||||
.empty-icon {
|
||||
font-size: 56rpx;
|
||||
width: 120rpx;
|
||||
height: 120rpx;
|
||||
margin-bottom: 24rpx;
|
||||
opacity: 0.5;
|
||||
letter-spacing: 4rpx;
|
||||
}
|
||||
|
||||
.empty-title {
|
||||
|
||||
Reference in New Issue
Block a user