From 265035eb919a6967a699988455ff061470b8923b Mon Sep 17 00:00:00 2001 From: aixianling Date: Fri, 4 Mar 2022 11:25:22 +0800 Subject: [PATCH] BUG 28032 --- src/mods/party/AppThreeSessions/AppThreeSessions.vue | 6 +++++- src/mods/party/AppThreeSessions/qrcode.vue | 4 ++++ .../party/AppThreeSessions/threeSessionsContent.vue | 11 +++++------ .../party/AppThreeSessions/threeSessionsDetail.vue | 7 +++++-- src/mods/party/AppThreeSessions/threeSessionsUser.vue | 4 ++++ src/mods/party/AppThreeSessions/vote.vue | 4 ++++ 6 files changed, 27 insertions(+), 9 deletions(-) diff --git a/src/mods/party/AppThreeSessions/AppThreeSessions.vue b/src/mods/party/AppThreeSessions/AppThreeSessions.vue index cb0efd1..0e13238 100644 --- a/src/mods/party/AppThreeSessions/AppThreeSessions.vue +++ b/src/mods/party/AppThreeSessions/AppThreeSessions.vue @@ -92,6 +92,7 @@ import {mapState} from 'vuex' export default { + name: "AppThreeSessions", appName: "三会一课", data() { const currentDate = this.getDate({ @@ -127,6 +128,10 @@ export default { ...mapState(['user']), }, onLoad() { + uni.setNavigationBarColor({ + frontColor: "#ffffff", + backgroundColor: "#D7261E", + }) this.partyId = this.user.id this.$dict.load('postStatus', 'meetingClassification').then(() => { this.array = this.$dict.getDict('meetingClassification') @@ -316,7 +321,6 @@ export default { };