弹出层的问题:点击弹窗的时候报错this.$refs.popup.open is not a function

2,040 阅读1分钟

在使用<uni-popup>的时候报错this.$refs.popup.open is not a function

解决方法如下:

image.png 修改为:

image.png