This commit is contained in:
kron
2025-06-28 20:51:50 +08:00
parent 770c0c42bb
commit 1af0edce2b
8 changed files with 14 additions and 4 deletions

View File

@@ -22,6 +22,10 @@ const props = defineProps({
type: Object,
default: () => ({}),
},
tipSrc: {
type: String,
default: "",
},
});
const showPanel = ref(true);
const showComment = ref(false);
@@ -40,7 +44,7 @@ setTimeout(() => {
<template>
<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="tipSrc" mode="widthFix" />
<image src="../static/finish-frame.png" mode="widthFix" />
<text
>完成<text class="gold-text">{{ total }}</text