Yi Bokun
Results
2
comments of
Yi Bokun
@wufxgtihub123 请问你的服务部署在云主机上吗,使用其他功能时报错吗,能截图看看报错时浏览器控制台网络部分的信息吗,像这样 [img](https://user-images.githubusercontent.com/90198481/241355017-42ee16b7-3696-4854-9c03-7899cdb0ac3c.png)
感谢你的反馈,这部分代码是有问题,应该在鼠标移出图片区域后,去除滑动框禁用的限制,这样下次进入图片区域滑动框就能继续跟随鼠标了,代码修改如下 ```js sliderMouseLeave() { if (this.isSliderLocked) this.isSliderLocked = false; }