修复悬浮球问题
This commit is contained in:
parent
06f5ff28d5
commit
15faf030a8
|
|
@ -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)]">
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user