tian jia guan zhu

This commit is contained in:
zmr900709
2020-07-18 19:52:47 +08:00
parent e34c74c303
commit 30b99968db
3 changed files with 42 additions and 11 deletions

View File

@@ -286,6 +286,12 @@ export default {
snsfriendList({ }) {
return vm.$u.post('message/snsfriendList', { });
},
// 关注达人
attentionMember({ member_id }) {
return vm.$u.post('member/attentionMember', {
member_id : member_id
});
},
// 公告消息列表
informationInfo({ }) {
return vm.$u.post('message/informationInfo', { });