lyb před 4 roky
rodič
revize
58a5f55934
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      pages/activity/activityDetail.vue

+ 1 - 1
pages/activity/activityDetail.vue

@@ -123,7 +123,6 @@
 			}, 20)
 
 			this.getActivitySetting();
-			this.customStyle.background = this.vuex_theme.bgColor;
 		},
 		computed: {
 			content() {
@@ -604,6 +603,7 @@
 				}
 				let activeSetting = JSON.parse((await this.$api.platform.getPlatformValue(params)).data.data);
 				this.$config.setTheme(activeSetting.theme, this);
+				this.customStyle.background = this.vuex_theme.bgColor;
 				this.activitySetting = activeSetting;
 				activeSetting.defaultActiveId = this.activity.activeId
 				this.$u.vuex('vuex_active_setting', activeSetting);