update:代码备份

This commit is contained in:
2026-05-18 09:20:07 +08:00
parent fc7149121b
commit 21d8d0fbdb
14 changed files with 1350 additions and 10 deletions

View File

@@ -69,6 +69,18 @@ const props = defineProps({
src="@/static/app-bg7.png"
mode="widthFix"
/>
<image
class="bg-image"
v-if="type === 9"
src="@/static/app-bg8.png"
mode="widthFix"
/>
<image
class="bg-image"
v-if="type === 10"
src="@/static/app-bg9.png"
mode="widthFix"
/>
<view class="bg-overlay" v-if="type === 0"></view>
</view>
</template>