From 90f1764e7bc38333bebdefb16e0972db31e1a513 Mon Sep 17 00:00:00 2001 From: YuanHuakk <1751826683@qq.com> Date: Tue, 19 Nov 2024 04:32:05 +0800 Subject: [PATCH] =?UTF-8?q?refactor(custom):=20=E6=9A=82=E6=97=B6=E5=8F=96?= =?UTF-8?q?=E6=B6=88=E6=B8=B8=E6=88=8F=E8=BF=9B=E5=85=A5=E9=99=90=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/game/gamedetail/index.vue | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/pages/game/gamedetail/index.vue b/src/pages/game/gamedetail/index.vue index eb2e8c2..76ed4a4 100644 --- a/src/pages/game/gamedetail/index.vue +++ b/src/pages/game/gamedetail/index.vue @@ -33,11 +33,11 @@ const startGame = () => { }); } else { const user = Taro.getStorageSync('userInfo'); - if (user.data.pulse <= 0) - return Taro.showToast({ - title: '您的豆子不足,无法进入游戏', - icon: 'none', - }); + // if (user.data.pulse <= 0) + // return Taro.showToast({ + // title: '您的豆子不足,无法进入游戏', + // icon: 'none', + // }); Taro.setStorageSync( 'game_url', `${info.value.url}?uid=${Taro.getStorageSync('token')}&id=${