增加游戏大厅

This commit is contained in:
2023-10-18 18:41:09 +08:00
parent 998391413c
commit 0227f87216
8 changed files with 45 additions and 38 deletions

View File

@@ -284,11 +284,11 @@ const numColor = (num: string) => {
};
Taro.useDidShow(() => {
console.log("useDidShow");
startMusic(
"https://files.wanzhuanyongcheng.com/file/music/yaotouzi/bg.MP3",
true
);
initWs();
initData();
});