This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
<view class="tab-header">
|
||||
<view class="tab-indicator" :style="{ left: currentTab === 0 ? '8rpx' : '50%' }"></view>
|
||||
<view class="tab-item" :class="{ active: currentTab === 0 }" @tap="onTabTap(0)">
|
||||
<text>充值记录</text>
|
||||
<text>充值订单</text>
|
||||
</view>
|
||||
<view class="tab-item" :class="{ active: currentTab === 1 }" @tap="onTabTap(1)">
|
||||
<text>钱包流水</text>
|
||||
@@ -39,7 +39,7 @@
|
||||
<scroll-view scroll-y class="list-content">
|
||||
<view v-if="rechargeList.length === 0 && !rechargeLoading" class="empty-state">
|
||||
<view class="empty-icon">📋</view>
|
||||
<view class="empty-title">暂无充值记录</view>
|
||||
<view class="empty-title">暂无充值订单</view>
|
||||
</view>
|
||||
|
||||
<view v-else>
|
||||
|
||||
Reference in New Issue
Block a user