收藏
回答

Cannot read property 'method' of null?

时间客户端版本小程序版本版本错误次数总错误次数 

次数占比错误内容
2019-08-237.0.61.5.833100.00%Cannot read property 'method' of null;at socketTask.onopen callback function TypeError: Cannot read property 'method' of null at Object._buildWebsocketFrame (https://usr/app-service.js:1086:19965) at Object.internalSend (https://usr/app-service.js:1086:20603) at Function.<anonymous> (https://usr/app-service.js:1086:21402)


回答关注问题邀请回答
收藏

2 个回答

  • 疯狂的小辣椒
    疯狂的小辣椒
    2019-08-26

    你好,能复现么?麻烦提供出现问题的具体机型、微信版本号、系统版本号,以及能复现问题的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html

    2019-08-26
    有用
    回复
  • 咖啡凉了。
    咖啡凉了。
    2019-08-24

    onLoad: function (options) {

    var that = this;

    that.userId = wx.getStorageSync("userId");

    this.connect();

    wx.onSocketOpen(function (res) { // 链接同时注册用户

    console.log('sk链接成功')

    that.socketOpen = true

    //发送数据

    var uid = that.userId

    var msg = { userId: uid, type: 1 };

    wx.sendSocketMessage({

    data: JSON.stringify(msg)

    })

    })


    2019-08-24
    有用
    回复
登录 后发表内容
问题标签