Merge pull request 'send wash 7.29' (#88) from zhy into master
Reviewed-on: http://git.luyuan.tk/luyuan/deming/pulls/88
This commit was merged in pull request #88.
This commit is contained in:
@@ -357,7 +357,39 @@ export default {
|
||||
return vm.$u.post('member/sendOrderConfirm', {
|
||||
id: id,
|
||||
});
|
||||
}
|
||||
},
|
||||
// 提交送洗
|
||||
sendLaundrySave({
|
||||
type,
|
||||
tid,
|
||||
condition,
|
||||
member_name,
|
||||
member_phone,
|
||||
area_info,
|
||||
address_info,
|
||||
goods_name,
|
||||
order_id,
|
||||
goods_id,
|
||||
goods_images,
|
||||
}) {
|
||||
return vm.$u.post('member/sendLaundrySave', {
|
||||
type: type,
|
||||
tid: tid,
|
||||
condition: condition,
|
||||
member_name: member_name,
|
||||
member_phone: member_phone,
|
||||
area_info: area_info,
|
||||
address_info: address_info,
|
||||
goods_name: goods_name,
|
||||
order_id: order_id,
|
||||
goods_id: goods_id,
|
||||
goods_images: goods_images,
|
||||
});
|
||||
},
|
||||
// 送洗评论列表
|
||||
sendCommentList() {
|
||||
return vm.$u.post('member/sendCommentList');
|
||||
},
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user