This commit is contained in:
2020-08-14 17:45:52 +08:00
parent c0c3f51695
commit ce1c1a4f16
3 changed files with 14 additions and 4 deletions

View File

@@ -431,6 +431,13 @@ export default {
friend_tomid:id
});
},
}
//店铺取关
attentionMemberRemove({id}) {
return vm.$u.post('Member/attentionMemberRemove', {
friend_tomid:id
});
},
}
}
}