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