框架扩展computed,输出的结果有问题
https://developers.weixin.qq.com/miniprogram/dev/extended/utils/computed.html
我这里有个订单页面,通过computed属性showShipTracking来判断是否显示快递轨迹组件。
测试时发现无论如何showShipTracking都返回false。但是当我在showShipTracking内打上debugger和console.log时,能返回正确的结果。
为什么同样的代码在加debugger和不加debugger时返回的结果会不一样呢?
调试基础库:2.10.4