Property value expected type of string but got null(uniapp运行到微信小程序报错) 正常开发运行得uniapp,之前一直在小程序上运行,前两天经常在手机上开发,然后再跑小程序得时候报错: Property value expected type of string but got null 看到有个网友说是这个原因: 但是我没有出现这样错误, 最后发现是因为用了uview中防抖js,并且在其中传递参数了,所以小程序编译报错 如果在其中不传参数是没有问题得