From d85b101e3072be69dde72922989c6ed4d930e4cd Mon Sep 17 00:00:00 2001 From: YeMingfei666 <1619116647@qq.com> Date: Fri, 6 Dec 2024 11:35:02 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E4=BB=A3=E7=A0=81=E5=90=88?= =?UTF-8?q?=E5=B9=B6=E6=8A=A5=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/config.js | 12 ++++++------ me/choujiang/choujiang.vue | 2 +- me/detail/detail.nvue | 14 ++------------ 3 files changed, 9 insertions(+), 19 deletions(-) diff --git a/common/config.js b/common/config.js index 8b0f80d..fcfbbcb 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-api.hnsiyao.cn"; //后台服务域名 +const ROOTPATH1 = "https://dj-api.hnsiyao.cn/sqx_fast/"; // +const ROOTPATH = "https://dj-api.hnsiyao.cn/sqx_fast/"; //后台服务域名 +const ROOTPATH2 = "https://dj-api.hnsiyao.cn"; //后台服务域名 -const ROOTPATH1 = "https://video.hnsiyao.cn/sqx_fast/"; // -const ROOTPATH = "https://video.hnsiyao.cn/sqx_fast/"; //后台服务域名 -const ROOTPATH2 = "https://video.hnsiyao.cn"; //后台服务域名 +// const ROOTPATH1 = "https://video.hnsiyao.cn/sqx_fast/"; // +// const ROOTPATH = "https://video.hnsiyao.cn/sqx_fast/"; //后台服务域名 +// const ROOTPATH2 = "https://video.hnsiyao.cn"; //后台服务域名 module.exports = { APIHOST: ROOTPATH, diff --git a/me/choujiang/choujiang.vue b/me/choujiang/choujiang.vue index 6305e26..13af961 100644 --- a/me/choujiang/choujiang.vue +++ b/me/choujiang/choujiang.vue @@ -149,7 +149,7 @@ methods: { toRed(){ uni.navigateTo({ - url: '/me/balance/index' + url: '/me/invite/cashDetail' }) }, diff --git a/me/detail/detail.nvue b/me/detail/detail.nvue index e37ebcf..c8b003f 100644 --- a/me/detail/detail.nvue +++ b/me/detail/detail.nvue @@ -382,8 +382,8 @@ 'width': '750rpx', }, isShowVideo: '', - noBuyVideoIndex:null - playFlag: false, + noBuyVideoIndex:null, + playFlag: false }; }, onUnload() { @@ -508,16 +508,6 @@ } }, methods: { - onDone(index) { - const prize = this.prizeList[index] - uni.showModal({ - title: prize.id == 'thanks' ? '很遗憾' : '恭喜您', - content: (prize.id !== 'thanks' ? `获得` : '') + prize.name - }) - }, - onClick() { - // 奖品的索引 - this.$refs.dialer.run(5) //播放时的回掉 videoPlay(videoId,courseDetailsId) { this.courseDetailsId = courseDetailsId