update:替换网络图片
This commit is contained in:
@@ -81,7 +81,7 @@ onLoad(async (options) => {
|
||||
>
|
||||
<image
|
||||
v-if="player.userId === currentUser.userId"
|
||||
src="../static/player-bg2.png"
|
||||
src="https://static.shelingxingqiu.com/shootmini/static/player-bg2.png"
|
||||
:style="{
|
||||
width: `${Math.max(100 / players.length, 18)}vw`,
|
||||
}"
|
||||
@@ -203,7 +203,7 @@ onLoad(async (options) => {
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
.score-item {
|
||||
background-image: url("../static/score-bg.png");
|
||||
background-image: url("https://static.shelingxingqiu.com/shootmini/static/score-bg.png");
|
||||
background-size: cover;
|
||||
background-repeat: no-repeat;
|
||||
background-position: center;
|
||||
|
||||
Reference in New Issue
Block a user