xbx #55

Merged
theluyuan merged 2 commits from xbx into master 2020-08-15 07:58:54 +00:00
Showing only changes of commit 3884f93ad8 - Show all commits

View File

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