xbx #130

Merged
theluyuan merged 7 commits from xbx into master 2020-08-07 10:02:11 +00:00
Showing only changes of commit 6eeebf25c0 - Show all commits

View File

@ -161,10 +161,14 @@
},
//
delMessage(){
this.$u.api.delMessage({
type : "all"
}).then((res)=>{
console.log(res)
this.imService.friends = {};
this.information_dl = [];
uni.setStorageSync('imlist',JSON.stringify([]));
if(res.errCode == 0){
this.$refs.uToast.show({
title: '清除成功',