This commit is contained in:
2020-08-14 10:00:27 +08:00
parent 90e9e06915
commit bc2731f1f9
6 changed files with 26 additions and 6 deletions

View File

@@ -419,6 +419,12 @@ export default {
order: order,
});
},
//取消红点
dynamicRead({id}) {
return vm.$u.post('message/dynamicRead', {
friend_tomid:id
});
},
}
}
}