返回游戏时添加声音加载
This commit is contained in:
@@ -245,7 +245,10 @@ onBeforeUnmount(() => {
|
||||
<image src="../static/bow-target.png" mode="widthFix" />
|
||||
</view>
|
||||
<view class="footer">
|
||||
<PointSwitcher :onChange="(val) => (pMode = val)" />
|
||||
<PointSwitcher
|
||||
:onChange="(val) => (pMode = val)"
|
||||
:style="{ zIndex: 999 }"
|
||||
/>
|
||||
</view>
|
||||
<view class="simul" v-if="env !== 'release'">
|
||||
<button @click="simulShoot">模拟</button>
|
||||
|
||||
Reference in New Issue
Block a user