修复悬浮球问题

This commit is contained in:
zpc 2025-04-22 14:02:13 +08:00
parent 06f5ff28d5
commit 15faf030a8

View File

@ -10,7 +10,7 @@
<!-- 悬浮球弹窗 -->
<uni-popup ref="floatBall_popup" type="center" maskBackgroundColor="rgba(0,0,0,0.8)">
<view class="pop-ball"
<view class="pop-ball" v-if="ballItem"
:style="{ backgroundImage: 'url(' + ballItem.image_bj + ')', backgroundSize: '100% 99.5%', backgroundRepeat: 'no-repeat' }">
<image show-menu-by-longpress v-if="ballItem != null" :src="ballItem.image_details" mode="aspectFit"
:style="[getPopupStyle(ballItem)]">