IOS 10中Promise的问题
环境:系统版本为IOS10,微信版本为 6.6.0
问题:使用 Promise 函数时,在 测试版 和 体验版 中,console.log(Promise) 为 null,不能执行 resolve。
但是原样代码上传至正式版时可以正常执行 resolve。在其他IOS版本及机型中未发现此现象,android中也无
环境:系统版本为IOS10,微信版本为 6.6.0
问题:使用 Promise 函数时,在 测试版 和 体验版 中,console.log(Promise) 为 null,不能执行 resolve。
但是原样代码上传至正式版时可以正常执行 resolve。在其他IOS版本及机型中未发现此现象,android中也无