merge
This commit is contained in:
@@ -234,7 +234,7 @@ const handleLottery = () => {
|
||||
|
||||
const router = useRouter();
|
||||
const navigateSelectTemplatePage = () => {
|
||||
if (globalStore.game_chances <= 0) return;
|
||||
if (globalStore.game_chances <= 0) return weui.alert('去做任务获得更多参与次数吧');
|
||||
globalStore.reducerGameChances();
|
||||
router.push({
|
||||
name: 'selectTemplateV2'
|
||||
|
||||
Reference in New Issue
Block a user