添加柱状图

This commit is contained in:
kron
2025-09-25 10:16:23 +08:00
parent 94edc3d6c9
commit 67be4ad7d6
5 changed files with 98 additions and 2 deletions

View File

@@ -43,6 +43,12 @@ onMounted(() => {
src="../static/app-bg4.png"
mode="widthFix"
/>
<image
class="bg-image"
v-if="type === 4"
src="../static/app-bg5.png"
mode="widthFix"
/>
<view class="bg-overlay" v-if="type === 0"></view>
</view>
</template>