机型: Android
环境: 开发工具【预览】模式下、发布体验码后手机扫码,均会出现该错误。
但是在开发工具【真机调试】模式下,IOS、Android机型均OK。
业务代码里并没有用到 “Intl”。
ReferenceError: Intl is not defined at Function.a.tz.guess (app-service.js:2355:1955) at handleHeader (app-service.js:2397:4518) at Object.success (app-service.js:2397:5135) at p.<computed> (app-service.js:2226:45703) at Function.forEach.s.<computed> (WASubContext.js:2:2092837) at <api getFileInfo success callback function> at Object.success (WASubContext.js:2:109820) at r (WASubContext.js:2:832542) at at (WASubContext.js:2:832725) at v (WASubContext.js:2:832729)
参数没有定义
header['X-Timezone'] = dayjs.tz.guess();
定位到了是dayjs时区这里的问题。
app-service.js// 这个应该是框架内部的方法吧