Merge branch '240416' of http://git.kingsome.cn/yuyongdong/UAW into nft-cooperation-240418
This commit is contained in:
commit
a82dfb603c
@ -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>
|
<strong>We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
|
||||||
</noscript>
|
</noscript>
|
||||||
<div id="app"></div>
|
<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 -->
|
<!-- built files will be auto injected -->
|
||||||
<script src="https://www.google.com/recaptcha/api.js?render=6Ld3xoIpAAAAABW7f5ImgAC6GcWLeDCbt5HPXqe2"></script>
|
<script src="https://www.google.com/recaptcha/api.js?render=6Ld3xoIpAAAAABW7f5ImgAC6GcWLeDCbt5HPXqe2"></script>
|
||||||
<script th:inline="javascript">
|
<script th:inline="javascript">
|
||||||
|
@ -340,7 +340,7 @@ export default {
|
|||||||
})
|
})
|
||||||
this.boxList = res.data.data
|
this.boxList = res.data.data
|
||||||
this.boxData = res.data.data[0]
|
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)
|
await this.getHistorical(this.boxData.id)
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@ -400,6 +400,7 @@ export default {
|
|||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
// alert(`领取成功,显示奖励: ${JSON.stringify(data)}`)
|
// alert(`领取成功,显示奖励: ${JSON.stringify(data)}`)
|
||||||
|
this.boostingList = []
|
||||||
this.getMyBoxList()
|
this.getMyBoxList()
|
||||||
this.openBoxLog()
|
this.openBoxLog()
|
||||||
this.boostingList = []
|
this.boostingList = []
|
||||||
|
@ -30,7 +30,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="list-btm" v-if="token">
|
<div class="list-btm" v-if="token">
|
||||||
<div class="ranking" v-if="usesRank == '-'">{{ usesRank }}</div>
|
<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 class="ranking" v-else>{{ usesRank+1 }}</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="list-btm" v-else>
|
<div class="list-btm" v-else>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user