@@ -92,7 +92,6 @@
poster,
},
async onLoad(props) {
- this.customStyle.background = this.vuex_theme.bgColor;
// #ifdef MP-WEIXIN
uni.showShareMenu({
menus: ['shareAppMessage', 'shareTimeline']
@@ -124,6 +123,7 @@
}, 20)
this.getActivitySetting();
+ this.customStyle.background = this.vuex_theme.bgColor;
computed: {
content() {