This commit is contained in:
yixu
2025-12-25 17:32:35 +08:00
parent 38be919649
commit d6ddd07774
4 changed files with 3 additions and 2 deletions

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

View File

@@ -313,6 +313,7 @@ const initUserGameInfos = async (refresh_official, refresh_cap_scan) => {
globalStore.CONSUME_POINT_1_PER_DRAW = result.json.constants.CONSUME_POINT_1_PER_DRAW
globalStore.MAX_CAP_SCAN = result.json.constants.MAX_CAP_SCAN
globalStore.MAX_INVITE_DAILY = result.json.constants.MAX_INVITE_DAILY
globalStore.MAX_INVITE_DAILY = result.json.invitees
globalToastEvent.emit(ToastType.MOUNTED)
}

View File

@@ -2,7 +2,7 @@
<ModalTransition class="todolist" :show="show">
<div class="todolist-wrapper">
<div class="btn-group">
<div class="btn-share" @click="openHaibao($event)"></div>
<div class="btn-share" :class="globalStore.MAX_INVITE_DAILY === globalStore.MAX_INVITE_DAILY ? 'has' : ''" @click="openHaibao($event)"></div>
<div class="btn-qiwei" :class="globalStore.followed_official && 'has'" @click="openQiwei($event)"></div>
</div>
<div class="close" @click="$emit('close')"></div>
@@ -228,7 +228,7 @@ const openQiwei = (e) => {
}
.btn-qiwei.has {
background-image: url("../assets/images/btn-added.webp");
background-image: url("../assets/images/new/btn-added.webp");
}
.btn-scan {