这是哪里报错?无从排查
小程序在开发工具里运行没有报错,一切正常。在手机上预览时,在小程序控制台看到了报错,小程序的后台也记录了:
Cannot read property 'forEach' of undefined;at api request complete callback functionTypeError: Cannot read property 'forEach' of undefinedat complete (app-service.js:1634:748)at Object.o.complete (WASubContext.js:1:1086631)at Function.<anonymous> (WASubContext.js:1:408674)at T (WASubContext.js:1:392226)at i.<anonymous> (WASubContext.js:1:710254)at i.emit (WASubContext.js:1:414778)at Ds (WASubContext.js:1:710862)at WASubContext.js:1:712083at WASubContext.js:1:425448 |
