This commit is contained in:
2023-09-01 00:13:14 +08:00
parent 6710347935
commit 1b561212e8
12 changed files with 730 additions and 289 deletions

View File

@@ -30,7 +30,7 @@ const list = ref(['https://storage.360buyimg.com/jdc-article/NutUItaro34.jpg', '
const startGame = () => {
Taro.navigateTo({
url: '/pages/game_list/yaotouzi/index'
url: '/pages/yaotouzi/index/index'
})
}
</script>