修改文案、google打点
This commit is contained in:
parent
417684178e
commit
893c9dfae6
@ -32,6 +32,14 @@
|
||||
<strong>We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
|
||||
</noscript>
|
||||
<div id="app"></div>
|
||||
<script async src="https://www.googletagmanager.com/gtag/js?id=G-4KSHDJ3MGL"></script>
|
||||
<script>
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag(){dataLayer.push(arguments);}
|
||||
gtag('js', new Date());
|
||||
|
||||
gtag('config', 'G-4KSHDJ3MGL');
|
||||
</script>
|
||||
<!-- built files will be auto injected -->
|
||||
<script src="https://www.google.com/recaptcha/api.js?render=6Ld3xoIpAAAAABW7f5ImgAC6GcWLeDCbt5HPXqe2"></script>
|
||||
<script th:inline="javascript">
|
||||
|
@ -423,7 +423,7 @@ export default {
|
||||
})
|
||||
this.boxList = res.data.data
|
||||
this.boxData = res.data.data[0]
|
||||
if(this.boxList.length > 0) {
|
||||
if(this.boxList == undefined || this.boxList.length <= 0) {
|
||||
await this.getHistorical(this.boxData.id)
|
||||
}
|
||||
},
|
||||
@ -483,6 +483,7 @@ export default {
|
||||
}
|
||||
} else {
|
||||
// alert(`领取成功,显示奖励: ${JSON.stringify(data)}`)
|
||||
this.boostingList = []
|
||||
this.getMyBoxList()
|
||||
this.openBoxLog()
|
||||
this.isLoading = false
|
||||
|
@ -256,7 +256,7 @@
|
||||
</div>
|
||||
<Calen ref="renewCheck" :activityData='activityData' />
|
||||
<div class="rewards">
|
||||
<p>Consecutive Check-in Rewards</p>
|
||||
<p>Accumulative Check-in Rewards</p>
|
||||
<div v-if="gameStateData.totalStat" class="rewards-list">
|
||||
<li v-for="(item, index) in gameStateData.totalStat" :key="index">
|
||||
<div class="center no-state" v-if="item.state == 0">
|
||||
@ -336,7 +336,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="rewards">
|
||||
<p>Accumulative Check-in Rewards</p>
|
||||
<p>Consecutive Check-in Rewards</p>
|
||||
<div v-if="gameStateData.seqStat" class="rewards-list">
|
||||
<li v-for="(item, index) in gameStateData.seqStat" :key="index">
|
||||
<div class="center no-state" v-if="item.state == 0">
|
||||
|
@ -30,7 +30,7 @@
|
||||
</div>
|
||||
<div class="list-btm" v-if="token">
|
||||
<div class="ranking" v-if="usesRank == '-'">{{ usesRank }}</div>
|
||||
<div class="ranking" v-else-if="usesRank >= 100">Outside the Top 100</div>
|
||||
<div class="ranking" v-else-if="usesRank >= 100">100+</div>
|
||||
<div class="ranking" v-else>{{ usesRank+1 }}</div>
|
||||
</div>
|
||||
<div class="list-btm" v-else>
|
||||
|
Loading…
x
Reference in New Issue
Block a user