订单取消的状态和退款的状态不显示倒计时

This commit is contained in:
wangxiaowei
2026-02-02 02:37:27 +08:00
parent 7061dc967a
commit 63e8b64f74
12 changed files with 49 additions and 55 deletions

View File

@ -180,4 +180,4 @@ export function updateUserAddressLocation(id: number) {
*/
export function getUserAddressInfo(id: number) {
return http.Post<any>('/teamapi/user/addressDetails', { id })
}
}