This commit is contained in:
952108534@qq.com
2022-01-21 19:46:45 +08:00
parent 7f9a290662
commit e1e67e9ae2
3 changed files with 215 additions and 142 deletions

View File

@@ -267,7 +267,7 @@ export const searchchanpin = (stype,usertype,curPage,curRow) => {
//查询订单
export const userindent = (phoneNumber,orderNumber,) => {
var data = {
phoneNumber:'18112621098',
phoneNumber:phoneNumber,
orderNumber:orderNumber,
}
return fetch('orderMaster/?type=query', data, 'POST' )