|
@@ -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)) {
|