Merge branch '240416' of http://git.kingsome.cn/yuyongdong/UAW into nft-cooperation-240418

This commit is contained in:
yuyongdong 2024-04-18 16:32:42 +08:00
commit a82dfb603c
3 changed files with 11 additions and 2 deletions

View File

@ -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">

View File

@ -340,7 +340,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)
}
},
@ -400,6 +400,7 @@ export default {
}
} else {
// alert(`,: ${JSON.stringify(data)}`)
this.boostingList = []
this.getMyBoxList()
this.openBoxLog()
this.boostingList = []

View File

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