个人案例
我也遇到这个问题了,现在解决了吗
怎么现在基础库BUG越来越多?wx.createTCPSocket()只要调用就报这个错 Derived constructors may only return object or undefined TypeError: Derived constructors may only return object or undefined 开发工具不报错,真机上就报错,尝试了多个基础库都一样
2022-02-21请问解决了吗这个问题
wx.createTCPSocket() TCP创建真机测试直接报错?[图片]
2022-02-20所以这个问题解决了吗
真机调试报错工具RC 1.05.2107221 手机小米8 微信版本8.0.7 库2.19.0 如图真机报错 // app.js App({ onLaunch() { const that=this; if(wx.createTCPSocket) { console.log("可以调用"); this.globalData.tongxin=wx.createTCPSocket(); console.log(this.globalData.tongxin); } }, globalData: { tongxin:null }, onError(err) { console.log(err); } }) [图片]
2022-02-20这个问题解决了吗?
wx.createTCPSocket() 真机上创建失败?wx.createTCPSocket() 在本地调试环境 中运行正常,在真机调试中报创建错误 VM13:2 SystemError (appServiceSDKScriptError) Derived constructors may only return object or undefined TypeError: Derived constructors may only return object or undefined 小米,华为上测试都是报这个错。
2022-02-20