fixing bug

This commit is contained in:
2020-09-05 14:26:17 +08:00
parent e1a74972f2
commit b653379d53
8 changed files with 72 additions and 42 deletions

View File

@@ -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
});
},
// 送洗确认完成