删除聊天搜索
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user