update
This commit is contained in:
Binary file not shown.
BIN
src/assets/images/new/btn-added.webp
Normal file
BIN
src/assets/images/new/btn-added.webp
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 24 KiB |
@@ -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.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_CAP_SCAN = result.json.constants.MAX_CAP_SCAN
|
||||||
globalStore.MAX_INVITE_DAILY = result.json.constants.MAX_INVITE_DAILY
|
globalStore.MAX_INVITE_DAILY = result.json.constants.MAX_INVITE_DAILY
|
||||||
|
globalStore.MAX_INVITE_DAILY = result.json.invitees
|
||||||
|
|
||||||
globalToastEvent.emit(ToastType.MOUNTED)
|
globalToastEvent.emit(ToastType.MOUNTED)
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
<ModalTransition class="todolist" :show="show">
|
<ModalTransition class="todolist" :show="show">
|
||||||
<div class="todolist-wrapper">
|
<div class="todolist-wrapper">
|
||||||
<div class="btn-group">
|
<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 class="btn-qiwei" :class="globalStore.followed_official && 'has'" @click="openQiwei($event)"></div>
|
||||||
</div>
|
</div>
|
||||||
<div class="close" @click="$emit('close')"></div>
|
<div class="close" @click="$emit('close')"></div>
|
||||||
@@ -228,7 +228,7 @@ const openQiwei = (e) => {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.btn-qiwei.has {
|
.btn-qiwei.has {
|
||||||
background-image: url("../assets/images/btn-added.webp");
|
background-image: url("../assets/images/new/btn-added.webp");
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn-scan {
|
.btn-scan {
|
||||||
|
|||||||
Reference in New Issue
Block a user