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