fix(custom):
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-07-11 23:52:37 +08:00
parent a5f4b2c872
commit 8c83f44d4c
5 changed files with 284 additions and 281 deletions

View File

@@ -34,8 +34,9 @@ const startGame = () => {
url: info.value.url,
})
} else {
Taro.setStorageSync("url", `${info.value.url}?uid=${Taro.getStorageSync('uid')}&game_id=${info.value.ID}`)
Taro.navigateTo({
url: `/pages/webview/index?url=${info.value.url}`,
url: `/pages/webview/index`,
})
}
}