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