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(){ delMessage(){
this.$u.api.delMessage({ this.$u.api.delMessage({
type : "all" type : "all"
}).then((res)=>{ }).then((res)=>{
console.log(res) console.log(res)
this.imService.friends = {};
this.information_dl = [];
uni.setStorageSync('imlist',JSON.stringify([]));
if(res.errCode == 0){ if(res.errCode == 0){
this.$refs.uToast.show({ this.$refs.uToast.show({
title: '清除成功', title: '清除成功',