From 670ba740442cb5812668b8fcb9f70d54b7a41faf Mon Sep 17 00:00:00 2001 From: paulGao Date: Thu, 5 May 2022 09:30:42 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dbug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- buyer/src/api/member.js | 2 +- buyer/src/pages/home/orderCenter/MyOrder.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/buyer/src/api/member.js b/buyer/src/api/member.js index 01972ace..c3fe0425 100644 --- a/buyer/src/api/member.js +++ b/buyer/src/api/member.js @@ -52,7 +52,7 @@ export function recharge (params) { // 提现 export function withdrawalApply (params) { return request({ - url: '/buyer/passport/member/wallet/withdrawal', + url: '/buyer/wallet/wallet/withdrawal', method: Method.POST, needToken: true, data: params diff --git a/buyer/src/pages/home/orderCenter/MyOrder.vue b/buyer/src/pages/home/orderCenter/MyOrder.vue index 911c2859..b827fafa 100644 --- a/buyer/src/pages/home/orderCenter/MyOrder.vue +++ b/buyer/src/pages/home/orderCenter/MyOrder.vue @@ -70,7 +70,7 @@ - +