修复了商家名字

This commit is contained in:
luyuan 2020-08-15 13:33:58 +08:00
parent f57ebac022
commit 3884f93ad8
Signed by: theluyuan
GPG Key ID: A7972FD973317FF3

View File

@ -146,7 +146,7 @@ export default {
this.getallorder(0); this.getallorder(0);
const user = uni.getStorageSync('userinfo'); const user = uni.getStorageSync('userinfo');
console.log(user) 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() this.imService.connectIM()
// 0: 1 2 3 4退/退 5退/退 6退/退 // 0: 1 2 3 4退/退 5退/退 6退/退
}, },