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

build: 修复打包报错;

parent 97f29ab3
......@@ -182,7 +182,7 @@ onUnmounted(() => {
</script>
<template>
<Loading v-if="screen !== 'loading'" :players="loadingPlayers" :player-count="playerCount"
<Loading v-if="screen === 'loading'" :players="loadingPlayers" :player-count="playerCount"
@start="startGameWithMusic" />
<Rank1 v-else-if="screen === 'rank1'" ref="rank1Ref" :rank-list="rankPlayers" @start="startGameWithMusic"
@next="nextRoundWithMusic" />
......
......@@ -134,13 +134,13 @@ const renderAvatar = (item: any | null) => {
margin-top: 64px;
}
.img-title2 {
/* .img-title2 {
background: v-bind('imageUrls.title2') no-repeat center;
width: 457px;
height: 57px;
margin: 0 auto;
margin-top: 37px;
}
} */
.podium {
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