diff --git a/src/components/BowTarget.vue b/src/components/BowTarget.vue
index d5f3d05..ad96e48 100644
--- a/src/components/BowTarget.vue
+++ b/src/components/BowTarget.vue
@@ -38,6 +38,10 @@ const props = defineProps({
type: Boolean,
default: true,
},
+ showE: {
+ type: Boolean,
+ default: true,
+ },
});
const showRoundTips = ref(false);
@@ -84,7 +88,7 @@ function calcRealY(num) {
经验 +1
@@ -93,34 +97,37 @@ function calcRealY(num) {
class="round-tip fade-in"
>{{ scores[scores.length - 1].ring }}环
-
-
+
+
+
+
+
+
+