This commit is contained in:
Gdpao
2020-08-06 20:46:40 +08:00
19 changed files with 374 additions and 90 deletions

View File

@@ -21,7 +21,7 @@
<image :src="item.avatar"></image>
</view>
<view class="title">{{item.name}}</view>
<view class="contentes">{{item.text}}</view>
<view class="contentes u-line-1">{{item.text}}</view>
<view class="times">{{item.time}}</view>
</view>
</view>
@@ -129,7 +129,8 @@
onFriendListChange(onlineFriends) {
//todo:比较垃圾的处理方式因为Uniapp的基于MAP的双向绑定在H5端不稳定H5端偶尔会抽风
// 下边这一行删掉,有时候页面可以更新,有时候不行,大家有优雅的方式,也欢迎跟我们沟通
this.information_dl = this.imService.friends;
console.log(onlineFriends,121212)
this.information_dl = onlineFriends;
this.$forceUpdate();
},