Commit af05372c authored by 董政锦's avatar 董政锦

build: 修复打包报错;

parent 97f29ab3
...@@ -182,7 +182,7 @@ onUnmounted(() => { ...@@ -182,7 +182,7 @@ onUnmounted(() => {
</script> </script>
<template> <template>
<Loading v-if="screen !== 'loading'" :players="loadingPlayers" :player-count="playerCount" <Loading v-if="screen === 'loading'" :players="loadingPlayers" :player-count="playerCount"
@start="startGameWithMusic" /> @start="startGameWithMusic" />
<Rank1 v-else-if="screen === 'rank1'" ref="rank1Ref" :rank-list="rankPlayers" @start="startGameWithMusic" <Rank1 v-else-if="screen === 'rank1'" ref="rank1Ref" :rank-list="rankPlayers" @start="startGameWithMusic"
@next="nextRoundWithMusic" /> @next="nextRoundWithMusic" />
......
...@@ -134,13 +134,13 @@ const renderAvatar = (item: any | null) => { ...@@ -134,13 +134,13 @@ const renderAvatar = (item: any | null) => {
margin-top: 64px; margin-top: 64px;
} }
.img-title2 { /* .img-title2 {
background: v-bind('imageUrls.title2') no-repeat center; background: v-bind('imageUrls.title2') no-repeat center;
width: 457px; width: 457px;
height: 57px; height: 57px;
margin: 0 auto; margin: 0 auto;
margin-top: 37px; margin-top: 37px;
} } */
.podium { .podium {
background: v-bind('imageUrls.podium') no-repeat center; background: v-bind('imageUrls.podium') no-repeat center;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment