update
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user