From b7ae3f69ae6706a692284d2f12835d213debfb1a Mon Sep 17 00:00:00 2001
From: zhangwei <1504152376@qq.com>
Date: 星期二, 07 四月 2026 17:21:41 +0800
Subject: [PATCH] -
---
src/pages/wallet/index.vue | 16 ++++++++--------
1 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/src/pages/wallet/index.vue b/src/pages/wallet/index.vue
index c6d989e..e281571 100644
--- a/src/pages/wallet/index.vue
+++ b/src/pages/wallet/index.vue
@@ -20,7 +20,7 @@
<view class="tool_wrap">
<view class="tool_title chuany-flex chuany-justify-between">
<view class="title">
- <text>宸ヨ祫鏄庣粏</text>
+ <text>鎶ラ叕鏄庣粏</text>
</view>
<view class="chuany-flex title_right" @click="toIncome">
<text class="c-m-r-10">鍏ㄩ儴</text>
@@ -86,13 +86,13 @@
balance() {
if (this.identity == 'worker') {
- if (this.userInfo.userWorker) {
- return this.$common.moneySub(this.userInfo.userWorker.tiXianZonge, this.userInfo
- .userWorker
- .yiTiXianJine)
- } else {
- return '0.00'
- }
+ // if (this.userInfo.userWorker) {
+ // return this.$common.moneySub(this.userInfo.userWorker.tiXianZonge, this.userInfo
+ // .userWorker
+ // .yiTiXianJine)
+ // } else {
+ return this.userInfo.userWorker.balance
+ // }
} else {
if (this.userInfo.userCompany) {
return this.userInfo.userCompany.chongZhiYue ? this.userInfo.userCompany
--
Gitblit v1.9.1