个人练习提示词修改
This commit is contained in:
@@ -14,10 +14,6 @@ const props = defineProps({
|
||||
type: Number,
|
||||
default: 0,
|
||||
},
|
||||
total: {
|
||||
type: Number,
|
||||
default: 0,
|
||||
},
|
||||
result: {
|
||||
type: Object,
|
||||
default: () => ({}),
|
||||
@@ -42,13 +38,13 @@ setTimeout(() => {
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<view v-if="result.arrows && result.arrows.length > 0" class="container">
|
||||
<view v-if="result.arrows" class="container">
|
||||
<view :class="['container-header', showPanel ? 'scale-in' : 'scale-out']">
|
||||
<image :src="tipSrc" mode="widthFix" />
|
||||
<image src="../static/finish-frame.png" mode="widthFix" />
|
||||
<text
|
||||
>完成<text class="gold-text">{{ total }}</text
|
||||
>箭,获得<text class="gold-text">{{ total }}</text
|
||||
>完成<text class="gold-text">{{ result.arrows.length }}</text
|
||||
>箭,获得<text class="gold-text">{{ result.arrows.length }}</text
|
||||
>点经验</text
|
||||
>
|
||||
</view>
|
||||
|
||||
Reference in New Issue
Block a user