From 2edc997c39da0215fecb5c53ec4a6a8be34fd758 Mon Sep 17 00:00:00 2001 From: GaoHao <1210693421@qq.com> Date: Mon, 9 Dec 2024 14:28:55 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=BA=A2=E5=8C=85=E8=AE=B0?= =?UTF-8?q?=E5=BD=95=E5=AD=97=E4=BD=93=E9=A2=9C=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/config.js | 12 ++++++------ me/invite/cashDetail.vue | 2 +- me/invite/moneyList.vue | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/common/config.js b/common/config.js index 73a8e9c..d614bd8 100644 --- a/common/config.js +++ b/common/config.js @@ -1,10 +1,10 @@ -// const ROOTPATH1 = "https://dj-api.hnsiyao.cn/sqx_fast/"; // -// const ROOTPATH = "https://dj-api.hnsiyao.cn/sqx_fast/"; //后台服务域名 -// const ROOTPATH2 = "https://dj-h5.hnsiyao.cn"; //后台服务域名 +const ROOTPATH1 = "https://dj-api.hnsiyao.cn/sqx_fast/"; // +const ROOTPATH = "https://dj-api.hnsiyao.cn/sqx_fast/"; //后台服务域名 +const ROOTPATH2 = "https://dj-h5.hnsiyao.cn"; //后台服务域名 -const ROOTPATH1 = "https://video.hnsiyao.cn/sqx_fast/"; // -const ROOTPATH = "https://video.hnsiyao.cn/sqx_fast/"; //后台服务域名 -const ROOTPATH2 = "https://video-h5.hnsiyao.cn"; //后台服务域名 +// const ROOTPATH1 = "https://video.hnsiyao.cn/sqx_fast/"; // +// const ROOTPATH = "https://video.hnsiyao.cn/sqx_fast/"; //后台服务域名 +// const ROOTPATH2 = "https://video-h5.hnsiyao.cn"; //后台服务域名 module.exports = { APIHOST: ROOTPATH, diff --git a/me/invite/cashDetail.vue b/me/invite/cashDetail.vue index d13fa0f..f5c9ebd 100644 --- a/me/invite/cashDetail.vue +++ b/me/invite/cashDetail.vue @@ -142,7 +142,7 @@ // }) this.$Request.getT('app/moneyDetails/selectUserMoney').then(res => { if (res.code == 0) { - this.mayMoney = res.data.amount + this.mayMoney = res.data.amount||0 } }) }, diff --git a/me/invite/moneyList.vue b/me/invite/moneyList.vue index 848fcb3..c85a2c1 100644 --- a/me/invite/moneyList.vue +++ b/me/invite/moneyList.vue @@ -9,7 +9,7 @@ 时间: {{item.createTime}} - - ¥{{item.money}} + - ¥{{item.money}} + ¥{{item.money}}