Merge branch 'test' into feat-prac

This commit is contained in:
2026-07-20 17:58:40 +08:00
138 changed files with 13099 additions and 1822 deletions
+7 -1
View File
@@ -77,10 +77,16 @@ const props = defineProps({
/>
<image
class="bg-image"
v-if="type === 10"
v-if="type === 11"
src="@/static/app-bg9.png"
mode="widthFix"
/>
<image
class="bg-image"
v-if="type === 10"
src="https://static.shelingxingqiu.com/shootmini/static/vip/vip-bg.png"
mode="widthFix"
/>
<view class="bg-overlay" v-if="type === 0"></view>
</view>
</template>