@golstats/gsc-landing 1.0.148 → 1.0.149
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/gsc-landing.js +3 -3
- package/dist/gsc-landing.umd.cjs +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/gsc-landing.js
CHANGED
|
@@ -45942,7 +45942,7 @@ const Zt = TD(), o7 = {
|
|
|
45942
45942
|
short_name: i.short_name,
|
|
45943
45943
|
team_id: i.team_id
|
|
45944
45944
|
});
|
|
45945
|
-
}), this.gamesAllStories[s].is_live == 1 ? (await this.getLiveGamePlays(s), setTimeout(() => {
|
|
45945
|
+
}), this.gamesAllStories[s].is_live == 1 || this.gamesAllStories[s].game_status == 0 ? (await this.getLiveGamePlays(s), setTimeout(() => {
|
|
45946
45946
|
this.currentStoryIndex = s, this.currentStories = this.storiesItems[s].stories, this.currentStoriesLastIndex = this.gamesAllStories[s].index;
|
|
45947
45947
|
}, 100)) : (this.currentStoryIndex = s, this.currentStories = this.storiesItems[s].stories, this.currentStoriesLastIndex = this.gamesAllStories[s].index), setTimeout(() => {
|
|
45948
45948
|
this.isStoriesVisible = !0;
|
|
@@ -45966,7 +45966,7 @@ const Zt = TD(), o7 = {
|
|
|
45966
45966
|
beforeUnmount() {
|
|
45967
45967
|
this.resetGamesLiveInterval();
|
|
45968
45968
|
}
|
|
45969
|
-
}, ir = (s) => (Qe("data-v-
|
|
45969
|
+
}, ir = (s) => (Qe("data-v-db2bc8ec"), s = s(), et(), s), l7 = {
|
|
45970
45970
|
class: "gsclanding",
|
|
45971
45971
|
ref: "landingref"
|
|
45972
45972
|
}, c7 = {
|
|
@@ -46296,7 +46296,7 @@ function G7(s, e, t, i, a, n) {
|
|
|
46296
46296
|
], 2)
|
|
46297
46297
|
], 512);
|
|
46298
46298
|
}
|
|
46299
|
-
const X7 = /* @__PURE__ */ Ct(o7, [["render", G7], ["__scopeId", "data-v-
|
|
46299
|
+
const X7 = /* @__PURE__ */ Ct(o7, [["render", G7], ["__scopeId", "data-v-db2bc8ec"]]);
|
|
46300
46300
|
export {
|
|
46301
46301
|
X7 as GSCLanding
|
|
46302
46302
|
};
|