个人练习流程优化

This commit is contained in:
kron
2025-06-25 18:41:30 +08:00
parent 80ba77a653
commit 664678cba0
9 changed files with 94 additions and 56 deletions

View File

@@ -6,10 +6,6 @@ import ScreenHint from "@/components/ScreenHint.vue";
import BowData from "@/components/BowData.vue";
import { wxShare } from "@/util";
const props = defineProps({
show: {
type: Boolean,
default: false,
},
onClose: {
type: Function,
default: () => {},
@@ -42,11 +38,7 @@ setTimeout(() => {
</script>
<template>
<view
v-if="result.arrows && result.arrows.length > 0"
class="container"
:style="{ display: show ? 'block' : 'none' }"
>
<view v-if="result.arrows && result.arrows.length > 0" class="container">
<view :class="['container-header', showPanel ? 'scale-in' : 'scale-out']">
<image src="../static/finish-tip.png" mode="widthFix" />
<image src="../static/finish-frame.png" mode="widthFix" />