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