(in promise) MiniProgramError
Invalid attempt to destructure non-iterable instance.
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.
TypeError: Invalid attempt to destructure non-iterable instance.
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.
at _nonIterableRest (https://usr/app-service.js:4277:9)
at _slicedToArray (https://usr/app-service.js:4176:103)
at https://usr/app-service.js:11338:48
在微信开发者工具中使用都没问题,但是正式上线之后,出现这样的问题
开发者工具把校验域名或者真机关闭调试模式扫体验版看看是不是也是正常的。
数组解构的时候,原数组为null。
是不是正式环境数据库取回来的哪个值是null或者undefined之类的