删除聊天搜索

This commit is contained in:
2020-08-07 15:07:45 +08:00
parent 93c412a515
commit 4453742f3c
2 changed files with 8 additions and 7 deletions

View File

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