|
|
@ -1,5 +1,9 @@ |
|
|
|
<template> |
|
|
|
<view class="bg" @click="goIndex()"> |
|
|
|
<image |
|
|
|
style="height: 36rpx;position: absolute;top: 250rpx;z-index: 999;width: 408rpx;right: 171rpx;" |
|
|
|
:src="showImg('/uploads/20250825/7ad541ebe1b7e1f82f78362978f627ff.png')" |
|
|
|
></image> |
|
|
|
<image :src="showImg(screenPng)" class="img"></image> |
|
|
|
<image src="https://static.ticket.sz-trip.com/epicSoul/startBtn.png" mode="widthFix" class="btn"></image> |
|
|
|
<MusicControl /> |
|
|
|