This commit is contained in:
xiaoaojiao
2025-12-26 20:49:36 +08:00
parent 13ecd16fbe
commit 81a13aa8b1
4 changed files with 9 additions and 7 deletions

View File

@@ -2,7 +2,7 @@
<ModalTransition class="todolist" :show="show">
<div class="todolist-wrapper">
<div class="btn-group">
<div class="btn-share" :class="globalStore.MAX_INVITE_DAILY === globalStore.MAX_INVITE_DAILY ? 'has' : ''" @click="openHaibao($event)"></div>
<div class="btn-share" :class="globalStore.inviteCount === globalStore.MAX_INVITE_DAILY ? 'has' : ''" @click="openHaibao($event)"></div>
<!-- <div
class="btn-share"
:class="{'has': globalStore.inviteCount >= globalStore.MAX_INVITE_DAILY}"