From 229b5c66f65fe2a05e76502a14b4b7ce1f851098 Mon Sep 17 00:00:00 2001 From: liuye Date: Thu, 30 Jun 2022 19:30:58 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=9A=E5=8F=B2=E6=95=99=E8=82=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/mods/party/AppPartyHistoryEducation/videoDetail.vue | 2 +- src/mods/party/AppPartyStudy/AppPartyStudy.vue | 4 ++++ src/mods/party/AppPartyStudy/partyStudyContent.vue | 4 ++++ src/mods/party/AppPartyStudy/partyStudyDetail.vue | 4 ++++ 4 files changed, 13 insertions(+), 1 deletion(-) diff --git a/src/mods/party/AppPartyHistoryEducation/videoDetail.vue b/src/mods/party/AppPartyHistoryEducation/videoDetail.vue index 6f3fb46..625e847 100644 --- a/src/mods/party/AppPartyHistoryEducation/videoDetail.vue +++ b/src/mods/party/AppPartyHistoryEducation/videoDetail.vue @@ -62,7 +62,7 @@ export default { this.current = index; }, getClassDetail() { - this.$instance.post(`/app/apppartyclassroom/queryDetailById?id=${this.id}`).then((res) => { + this.$instance.post(`/app/apppartyclassroom/queryDetailById?id=${this.id}&partyId=${this.user.partyId}`).then((res) => { if (res.code == 0) { if (res.data) { res.data.createDate = res.data.createDate.substring(0, 10) diff --git a/src/mods/party/AppPartyStudy/AppPartyStudy.vue b/src/mods/party/AppPartyStudy/AppPartyStudy.vue index 40e3b6e..f2957b7 100644 --- a/src/mods/party/AppPartyStudy/AppPartyStudy.vue +++ b/src/mods/party/AppPartyStudy/AppPartyStudy.vue @@ -141,6 +141,10 @@ export default { }, }, onLoad(options) { + uni.setNavigationBarColor({ + frontColor: "#ffffff", + backgroundColor: "#E76056", + }) this.partyId = options.partyId; this.$dict.load("partyStudyStatus", "partyStudyType").then((res) => { this.array = this.$dict.getDict("partyStudyType"); diff --git a/src/mods/party/AppPartyStudy/partyStudyContent.vue b/src/mods/party/AppPartyStudy/partyStudyContent.vue index b094421..db74ed1 100644 --- a/src/mods/party/AppPartyStudy/partyStudyContent.vue +++ b/src/mods/party/AppPartyStudy/partyStudyContent.vue @@ -33,6 +33,10 @@ export default { }; }, onLoad(options) { + uni.setNavigationBarColor({ + frontColor: "#ffffff", + backgroundColor: "#E76056", + }) this.id = options.id; this.getDetailInfo(); }, diff --git a/src/mods/party/AppPartyStudy/partyStudyDetail.vue b/src/mods/party/AppPartyStudy/partyStudyDetail.vue index 213dfba..55df5b4 100644 --- a/src/mods/party/AppPartyStudy/partyStudyDetail.vue +++ b/src/mods/party/AppPartyStudy/partyStudyDetail.vue @@ -47,6 +47,10 @@ export default { }; }, onLoad(options) { + uni.setNavigationBarColor({ + frontColor: "#ffffff", + backgroundColor: "#E76056", + }) this.$dict.load('partyStudyStatus', 'partyStudyType') this.id = options.id this.getDetailInfo()