聊天完成

This commit is contained in:
2020-08-07 16:55:00 +08:00
parent 4453742f3c
commit ceb2b8084d
4 changed files with 20 additions and 9 deletions

View File

@@ -152,7 +152,7 @@ export default {
this.getcarlist();
const user = uni.getStorageSync('userinfo');
console.log(user)
this.imService.login(user.userId,"","")
this.imService.login(user.userId,user.member_avatar,"")
this.imService.connectIM()
// 订单状态: 0:全部 1已付款未发货 2已发货 3已完成 4申请退款/退货 5已退款/退货 6拒绝退款/退货
},