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}}