提交更改

This commit is contained in:
952108534@qq.com
2022-01-21 23:32:15 +08:00
parent e1e67e9ae2
commit 38792ccbd6
5 changed files with 749 additions and 669 deletions

View File

@@ -283,10 +283,11 @@ export const userin = (orderNumber,) => {
//取消订单
export const canceldanhao = (orderNumber) => {
export const canceldanhao = (phoneNumber,orderNumber) => {
var data = {
phoneNumber:phoneNumber,
orderNumber:orderNumber,
}
return fetch('cancelOrder/', data, 'POST' )
}