-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
computed属性真机上不能实时更新? #270
Comments
为什么会跟压缩有关系呢,难道发布的代码也不压缩么? |
工具使用 babili 压缩,不知道什么原因,导致代码失效,这个有时间的时候我再去研究一下。
开发时使用 |
好的,非常感谢~ |
分享一段小插曲。 我又重新clone项目重新安装依赖,复现了。。 对比文件发现,dist下的npm/wepy/lib的代码没被压缩,而之前的项目是压缩的。 因为我在期间运行了一次npm run build,而之后再npm run dev,dist下的npm不会被更新,依然是之前压缩的版本。所以无论开发工具是否压缩都正常~ 综上看来,确实是开发工具压缩wepy源码的时候出的问题。 |
问题如下:
当我往store中push值时
以下computed属性不更新(开发者工具正常,真机不行)
https://github.com/MarvinXu/zj-tool/blob/master/src/pages/stock-in.wpy
另外写了一个test,也有同样的问题
https://github.com/MarvinXu/zj-tool/blob/master/src/pages/test.wpy
The text was updated successfully, but these errors were encountered: