codexu

Results 113 comments of codexu

长时间未响应,问题暂时关闭; 若后续依然有问题,可reopen这个issue。

长时间未响应,问题暂时关闭; 若后续依然有问题,可reopen这个issue。

长时间未响应,问题暂时关闭; 若后续依然有问题,可reopen这个issue。

长时间未响应,问题暂时关闭; 若后续依然有问题,可reopen这个issue。

请尽量详细的说明此问题,提供可复现的简单 demo。 参考[禁止滚动穿透](https://uniapp.dcloud.net.cn/component/uniui/uni-popup.html#%E7%A6%81%E6%AD%A2%E6%BB%9A%E5%8A%A8%E7%A9%BF%E9%80%8F),不知是否可以解决你的问题。

长时间未响应,问题暂时关闭; 若后续依然有问题,可reopen这个issue。

未测试出此bug,请尝试下面的例子,是否能复现此bug,或提供可复现的 demo : ```vue 打开弹窗 popup import { ref } from 'vue' const popup = ref(null) function open() { popup.value.open('center') } .popup-box{ width: 200rpx; height: 200rpx; background-color: white; } ```

长时间未响应,问题暂时关闭; 若后续依然有问题,可reopen这个issue。