问题描述:
独立分包卡片组件中调用 wx.request 报错 e.getSystemInfoSync is not a function
复现步骤:
1.创建独立分包卡片组件
2.在 attached 中调用 wx.login
3.success 回调中调用 wx.request
4.真机体验版调试
实际结果:
1.wx.login 正常
2.wx.request 报错:e.getSystemInfoSync is not a function
问题:
1.卡片环境是否真的支持 wx.request?如何正确使用?
2.组件及引用插件中都没有调用过getSystemInfoSync,是否是wx.request内部调用?
