uni-popup .uni-popup-mask {
display: none !important;
}
<uni-popup ref="popup" type="bottom" v-bind:mask="false" :animation="false" :mask-click="false">
<view class="popup-content" :style="{ height: popupHeight + 'px' }">
<!-- 弹出层内容 -->
<view class="header">
<text>四人脚踏船</text>
</view>
<view class="body">
<text>秘密行动</text>
<text>沙滩后铲</text>
<text>分享</text>
<text>暴山公墓</text>
</view>
<view class="footer">
<button @click="toggleAddLocation">添加地点</button>
</view>
</view>
</uni-popup>

3***@qq.com
- 发布:2025-02-14 14:52
- 更新:2025-02-14 16:39
- 阅读:56
3***@qq.com (作者)
是的我弹出层下面是地图,我想在弹出层打开的情况下可以在地图上标点或者缩放移动地图,都没法实现
2025-02-15 14:54