This commit is contained in:
2020-08-07 11:40:13 +08:00
parent 9f444ad070
commit eb0d648f6a
5 changed files with 60 additions and 22 deletions

View File

@@ -318,6 +318,10 @@ export default {
addFavoriteStore({ id }) {
return vm.$u.post('member/addFavoriteStore',{ fid: id })
},
//店家id获取用户信息
getAtwillUserInfo({ id }) {
return vm.$u.post('Specialci/getAtwillUserInfo',{ store_id: id })
},
}
}