|
@@ -25,7 +25,10 @@
|
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
<transition name="fade-out">
|
|
<transition name="fade-out">
|
|
|
- <NotifyBonusPointReachedLimit v-if="isShowNotifyBonusPointReachedLimit" />
|
|
|
|
|
|
|
+ <NotifyComp
|
|
|
|
|
+ v-if="isShowNotifyBonusPointReachedLimit"
|
|
|
|
|
+ text="已达本日积分上限"
|
|
|
|
|
+ />
|
|
|
</transition>
|
|
</transition>
|
|
|
|
|
|
|
|
<GameRule
|
|
<GameRule
|
|
@@ -42,9 +45,9 @@ import { ref, computed, watch, onMounted } from "vue"
|
|
|
import { useRoute, useRouter } from "vue-router"
|
|
import { useRoute, useRouter } from "vue-router"
|
|
|
import { useStore } from "vuex"
|
|
import { useStore } from "vuex"
|
|
|
import GameRule from '@/components/GameRule.vue'
|
|
import GameRule from '@/components/GameRule.vue'
|
|
|
-import NotifyBonusPointReachedLimit from '@/components/NotifyBonusPointReachedLimit.vue'
|
|
|
|
|
import { onBeforeUnmount } from "vue"
|
|
import { onBeforeUnmount } from "vue"
|
|
|
import { notifyQuit } from '@/api.js'
|
|
import { notifyQuit } from '@/api.js'
|
|
|
|
|
+import NotifyComp from '@/components/NotifyComp.vue'
|
|
|
|
|
|
|
|
const route = useRoute()
|
|
const route = useRoute()
|
|
|
const router = useRouter()
|
|
const router = useRouter()
|