细节调整
This commit is contained in:
@@ -3,7 +3,7 @@ import { ref } from "vue";
|
||||
import IconButton from "@/components/IconButton.vue";
|
||||
import SButton from "@/components/SButton.vue";
|
||||
import ImageShare from "@/components/ImageShare.vue";
|
||||
import CoachComment from "@/components/CoachComment.vue";
|
||||
import ScreenHint from "@/components/ScreenHint.vue";
|
||||
import BowData from "@/components/BowData.vue";
|
||||
const props = defineProps({
|
||||
show: {
|
||||
@@ -100,9 +100,9 @@ setTimeout(() => {
|
||||
</view>
|
||||
</view>
|
||||
<ImageShare :show="showShare" :onClose="() => (showShare = false)" />
|
||||
<CoachComment :show="showComment" :onClose="() => (showComment = false)">
|
||||
<ScreenHint :show="showComment" :onClose="() => (showComment = false)">
|
||||
{{ result.adjustmentHint }}
|
||||
</CoachComment>
|
||||
</ScreenHint>
|
||||
<BowData
|
||||
:arrows="result.arrows"
|
||||
:show="showBowData"
|
||||
|
||||
Reference in New Issue
Block a user