diff --git a/src/components/Avatar.vue b/src/components/Avatar.vue
index dc8290b..470db77 100644
--- a/src/components/Avatar.vue
+++ b/src/components/Avatar.vue
@@ -1,5 +1,5 @@
+
+
+
+
+
+
diff --git a/src/pages/training/components/BowTarget.vue b/src/pages/training/components/BowTarget.vue
index a85473f..35ce83b 100644
--- a/src/pages/training/components/BowTarget.vue
+++ b/src/pages/training/components/BowTarget.vue
@@ -1,6 +1,15 @@
@@ -160,6 +450,25 @@ onBeforeUnmount(() => {
}}
-->
+
+
@@ -169,20 +478,14 @@ onBeforeUnmount(() => {
经验 +1
{{ latestOne.ringX ? "X" : latestOne.ring || "未上靶"
}}环
@@ -193,20 +496,14 @@ onBeforeUnmount(() => {
user.id === bluelatestOne.playerId
"
class="e-value fade-in-out"
- :style="{
- left: calcRealX(bluelatestOne.ring ? bluelatestOne.x : 0, 20),
- top: calcRealY(bluelatestOne.ring ? bluelatestOne.y : 0, 40),
- }"
+ :style="getExperienceTipStyle(bluelatestOne)"
>
经验 +1
{{ bluelatestOne.ringX ? "X" : bluelatestOne.ring || "未上靶"
}}环
@@ -217,8 +514,7 @@ onBeforeUnmount(() => {
index === scores.length - 1 && latestOne ? 'pump-in' : ''
}`"
:style="{
- left: calcRealX(bow.x, pMode ? '3.4' : '2'),
- top: calcRealY(bow.y, pMode ? '3.4' : '2'),
+ ...getHitStyle(bow),
backgroundColor: mode === 'solo' ? '#00bf04' : '#FF0000',
}"
>{{ index + 1 }} {
index === blueScores.length - 1 && bluelatestOne ? 'pump-in' : ''
}`"
:style="{
- left: calcRealX(bow.x, pMode ? '3.4' : '2'),
- top: calcRealY(bow.y, pMode ? '3.4' : '2'),
+ ...getHitStyle(bow),
backgroundColor: '#1840FF',
}"
>
{{ index + 1 }}
-