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()