删除聊天搜索
This commit is contained in:
parent
93c412a515
commit
4453742f3c
@ -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() {
|
||||
|
@ -1,11 +1,11 @@
|
||||
<template>
|
||||
<!-- login页面 -->
|
||||
<view>
|
||||
<view class="border_serach">
|
||||
<!-- <view class="border_serach">
|
||||
<view class="u-search">
|
||||
<u-search :show-action="false" input-align="left" shape="round" placeholder="搜索" v-model="keyword"></u-search>
|
||||
</view>
|
||||
</view>
|
||||
</view> -->
|
||||
<!-- 消息列表 -->
|
||||
<view class="massage_list" v-for="(item,index) in list" :key="index" @click="gochat(item)">
|
||||
<view class="images">
|
||||
@ -53,11 +53,8 @@
|
||||
this.imService.onFriendListChange=this.onFriendListChange;
|
||||
},
|
||||
onLoad(){
|
||||
const user = uni.getStorageSync('userinfo');
|
||||
console.log(user)
|
||||
this.imService.login(user.userId,"","")
|
||||
this.imService.connectIM()
|
||||
this.information_dl = this.imService.friends;
|
||||
|
||||
this.list = this.imService.friends;
|
||||
}
|
||||
};
|
||||
</script>
|
||||
|
Loading…
Reference in New Issue
Block a user