个人练习流程优化
This commit is contained in:
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user