Ver código fonte

Merge branch 'bug_5234'

hbchen 8 meses atrás
pai
commit
8e211becff

+ 3 - 1
src/views/mychart_manage/components/chartDetailDia.vue

@@ -639,7 +639,9 @@ export default {
           this.refreshLoading = false;
           if (res.Ret !== 200) return;
           this.chartInfo = res.Data.ChartInfo;
-          
+
+          this.chartInfo.SeasonExtraConfig && (this.SeasonExtraConfig = JSON.parse(this.chartInfo.SeasonExtraConfig))
+
           if(!this.chartInfo.HaveOperaAuth) return
 
           if([1,11].includes(this.chartInfo.Source)) {