From 749fbcec484b17fd408caf33816a7b9211facf04 Mon Sep 17 00:00:00 2001
From: "3321822538@qq.com" <3321822538@qq.com>
Date: Tue, 29 Oct 2024 17:54:13 +0800
Subject: [PATCH] =?UTF-8?q?=E5=BC=80=E5=85=B3?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
common/http.interceptor.js | 2 +-
page_user/yetx.vue | 7 +++++--
2 files changed, 6 insertions(+), 3 deletions(-)
diff --git a/common/http.interceptor.js b/common/http.interceptor.js
index e4f5899..4f59292 100644
--- a/common/http.interceptor.js
+++ b/common/http.interceptor.js
@@ -19,7 +19,7 @@ const install = (Vue, vm) => {
// },
// });
Vue.prototype.$u.http.setConfig({
- // baseUrl: 'http://192.168.2.15:10002',
+ // baseUrl: 'http://192.168.2.12:10002',
baseUrl: 'https://kg.chuangtewl.com/prod-api',
// loadingText: '加载中...',
// loadingTime: 1000,
diff --git a/page_user/yetx.vue b/page_user/yetx.vue
index f39b698..a0baf21 100644
--- a/page_user/yetx.vue
+++ b/page_user/yetx.vue
@@ -6,9 +6,12 @@
账户余额(元)
- {{userinfo.balance == undefined ? '' : userinfo.balance}}
+ ¥{{userinfo.balance == undefined ? '' : userinfo.balance}}
+
+
+ 累计提现:¥{{userinfo.withDrawlAmount == undefined ? '' : userinfo.withDrawlAmount}}
+ 待结算:¥{{userinfo.waitBonusAmount}}
- 累计提现:{{userinfo.withDrawlAmount == undefined ? '' : userinfo.withDrawlAmount}}