uni-app的APP项目使用极光IM聊天为什么两分钟就会断线一次,体验太不好了,有人遇到过吗?去极光官网咨询也没人理
我吃柠檬
- 发布:2019-04-16 09:13
- 更新:2021-06-30 16:21
- 阅读:3606
您好 您是怎么接入的哇?我这样写的
onLoad() {
var jim = new jmsg.JMessage({
debug : true
});
jim.init({
"appkey" : "xxxxx",
"random_str": this.rand_str,
"signature" : this.sign,
"timestamp" : this.timestamp
}).onSuccess(function(data) {
//TODO
}).onFail(function(data) {
//TODO
});
},
总是报错:
[system] errorHandler TypeError: _jmessageSdk140Min.default.JMessage is not a constructor
不舍昼夜
兄弟解决了吗
2019-07-24 15:37