6.22
This commit is contained in:
@@ -77,7 +77,20 @@ export default {
|
||||
// 用户收货地址列表
|
||||
getAddressList() {
|
||||
return vm.$u.post('MemberAddress/addressList');
|
||||
}
|
||||
},
|
||||
// 美甲
|
||||
getManicureList({ page }) {
|
||||
return vm.$u.post('MemberManicure/getManicureList', {
|
||||
page: page
|
||||
});
|
||||
},
|
||||
// 美甲-提交订单
|
||||
addManicure({ name, time }) {
|
||||
return vm.$u.post('MemberManicure/addManicure', {
|
||||
name: name,
|
||||
time: time
|
||||
});
|
||||
},
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user