Tencent / wepy

小程序组件化开发框架
https://wepyjs.gitee.io/wepy-docs/
Other
22.48k stars 3.06k forks source link

wepy core bug #2779

Open weiyufangchen opened 2 years ago

weiyufangchen commented 2 years ago

wepy core 中,会存在以下如图报错: image 检查后发现 Dirty.prototype.set 方法中,ref$1 为 undefind,需要在使用 ref$1 前,做如下兼容:if (!isObject(ref$1)) return