修改错误
This commit is contained in:
@@ -402,9 +402,6 @@ onLoad((options) => {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.transaction-list {
|
.transaction-list {
|
||||||
padding: 20rpx 0;
|
padding: 20rpx 0;
|
||||||
|
|
||||||
|
|||||||
@@ -58,7 +58,7 @@ onMounted(() => {
|
|||||||
<view class="stat-card" @click="handleAction('/pagesBank/audit/list')">
|
<view class="stat-card" @click="handleAction('/pagesBank/audit/list')">
|
||||||
<view class="stat-info">
|
<view class="stat-info">
|
||||||
<text class="stat-value warning">{{ bankStore.stats?.pendingAuditWithdraw || 0 }}</text>
|
<text class="stat-value warning">{{ bankStore.stats?.pendingAuditWithdraw || 0 }}</text>
|
||||||
<text class="stat-label">待审提现</text>
|
<text class="stat-label">待审核</text>
|
||||||
</view>
|
</view>
|
||||||
<view class="stat-icon warning">
|
<view class="stat-icon warning">
|
||||||
<text class="i-carbon-wallet"></text>
|
<text class="i-carbon-wallet"></text>
|
||||||
@@ -76,7 +76,7 @@ onMounted(() => {
|
|||||||
<view class="stat-card" @click="handleAction('/pagesBank/customer/list')">
|
<view class="stat-card" @click="handleAction('/pagesBank/customer/list')">
|
||||||
<view class="stat-info">
|
<view class="stat-info">
|
||||||
<text class="stat-value">{{ bankStore.stats?.activeCustomerCount || 0 }}</text>
|
<text class="stat-value">{{ bankStore.stats?.activeCustomerCount || 0 }}</text>
|
||||||
<text class="stat-label">活跃商户</text>
|
<text class="stat-label">活跃用户</text>
|
||||||
</view>
|
</view>
|
||||||
<view class="stat-icon">
|
<view class="stat-icon">
|
||||||
<text class="i-carbon-user-activity"></text>
|
<text class="i-carbon-user-activity"></text>
|
||||||
|
|||||||
@@ -35,14 +35,14 @@ function handleLogout() {
|
|||||||
|
|
||||||
<template>
|
<template>
|
||||||
<view class="me-page">
|
<view class="me-page">
|
||||||
<!-- 用户信息 -->
|
<!-- 用户信息 {{ config.label }}-->
|
||||||
<view class="user-card" :style="{ background: config.color }">
|
<view class="user-card" :style="{ background: config.color }">
|
||||||
<view class="avatar">
|
<view class="avatar">
|
||||||
<image :src="userStore.userInfo?.avatar || '/static/images/avatar.jpg'" mode="aspectFill"></image>
|
<image :src="userStore.userInfo?.avatar || '/static/images/avatar.jpg'" mode="aspectFill"></image>
|
||||||
</view>
|
</view>
|
||||||
<view class="info">
|
<view class="info">
|
||||||
<text class="nickname">{{ userStore.userInfo?.nickname || '银行用户' }}</text>
|
<text class="nickname">{{ userStore.userInfo?.nickname || '银行用户' }}</text>
|
||||||
<text class="tag">{{ config.label }}</text>
|
<text class="tag">业务经理</text>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user