This commit is contained in:
@@ -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`,
|
||||
})
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user