数据显示修改

This commit is contained in:
kron
2026-01-12 10:55:20 +08:00
parent 121d0e36f3
commit 4771f53d71
3 changed files with 24 additions and 70 deletions

View File

@@ -49,6 +49,12 @@ onMounted(() => {
src="../static/app-bg5.png"
mode="widthFix"
/>
<image
class="bg-image"
v-if="type === 5"
src="https://static.shelingxingqiu.com/attachment/2026-01-05/dfgf3b5kp459tfyn0f.png"
mode="widthFix"
/>
<view class="bg-overlay" v-if="type === 0"></view>
</view>
</template>