fixing bug
This commit is contained in:
@@ -375,10 +375,9 @@ export default {
|
||||
return vm.$u.post('member/getClothesTypeList');
|
||||
},
|
||||
// 送洗评价
|
||||
sendOrderComment({ id, comment }) {
|
||||
sendOrderComment({ id, comment, comment_img }) {
|
||||
return vm.$u.post('member/sendOrderComment', {
|
||||
id: id,
|
||||
comment: comment,
|
||||
id, comment, comment_img
|
||||
});
|
||||
},
|
||||
// 送洗确认完成
|
||||
|
||||
Reference in New Issue
Block a user