删除聊天搜索
This commit is contained in:
parent
93c412a515
commit
4453742f3c
@ -150,6 +150,10 @@ export default {
|
|||||||
this.getswiper();
|
this.getswiper();
|
||||||
// 获取可投诉列表
|
// 获取可投诉列表
|
||||||
this.getcarlist();
|
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拒绝退款/退货
|
// 订单状态: 0:全部 1已付款未发货 2已发货 3已完成 4申请退款/退货 5已退款/退货 6拒绝退款/退货
|
||||||
},
|
},
|
||||||
onShow() {
|
onShow() {
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
<template>
|
<template>
|
||||||
<!-- login页面 -->
|
<!-- login页面 -->
|
||||||
<view>
|
<view>
|
||||||
<view class="border_serach">
|
<!-- <view class="border_serach">
|
||||||
<view class="u-search">
|
<view class="u-search">
|
||||||
<u-search :show-action="false" input-align="left" shape="round" placeholder="搜索" v-model="keyword"></u-search>
|
<u-search :show-action="false" input-align="left" shape="round" placeholder="搜索" v-model="keyword"></u-search>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view> -->
|
||||||
<!-- 消息列表 -->
|
<!-- 消息列表 -->
|
||||||
<view class="massage_list" v-for="(item,index) in list" :key="index" @click="gochat(item)">
|
<view class="massage_list" v-for="(item,index) in list" :key="index" @click="gochat(item)">
|
||||||
<view class="images">
|
<view class="images">
|
||||||
@ -53,11 +53,8 @@
|
|||||||
this.imService.onFriendListChange=this.onFriendListChange;
|
this.imService.onFriendListChange=this.onFriendListChange;
|
||||||
},
|
},
|
||||||
onLoad(){
|
onLoad(){
|
||||||
const user = uni.getStorageSync('userinfo');
|
|
||||||
console.log(user)
|
this.list = this.imService.friends;
|
||||||
this.imService.login(user.userId,"","")
|
|
||||||
this.imService.connectIM()
|
|
||||||
this.information_dl = this.imService.friends;
|
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
|
Loading…
Reference in New Issue
Block a user