更换测距页面

This commit is contained in:
kron
2025-07-05 14:52:41 +08:00
parent 054bf2ef21
commit 1c70471959
10 changed files with 224 additions and 179 deletions

View File

@@ -25,10 +25,6 @@ const props = defineProps({
type: Number,
default: 0,
},
tips: {
type: String,
default: "",
},
scores: {
type: Array,
default: () => [],
@@ -183,7 +179,6 @@ const simulShoot = async () => {
<view v-if="avatar" class="footer">
<image :src="avatar" mode="widthFix" />
</view>
<text v-if="tips">{{ tips }}</text>
<view class="simul" @click="simulShoot" :style="{ color: '#fff' }">
模拟射箭
</view>
@@ -263,13 +258,6 @@ const simulShoot = async () => {
border-radius: 50%;
border: 1px solid #fff;
}
.container > text {
width: 100%;
color: #fed847;
text-align: center;
line-height: 40px;
display: block;
}
.simul {
position: absolute;
bottom: 20px;