UI优化
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user