From 89f9003b55e7f4d51255d35c481646f6c2470325 Mon Sep 17 00:00:00 2001 From: wayn <1669738430@qq.com> Date: Mon, 12 Jul 2021 00:17:05 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=94=AF=E4=BB=98=E9=80=BB?= =?UTF-8?q?=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/order.js | 4 +- src/views/order/confirm/modules/ListItem.vue | 38 +++++++++-- src/views/order/pay/index.vue | 70 ++++++++------------ 3 files changed, 64 insertions(+), 48 deletions(-) diff --git a/src/api/order.js b/src/api/order.js index 43745a8..7ce3041 100644 --- a/src/api/order.js +++ b/src/api/order.js @@ -38,9 +38,9 @@ export function orderH5pay(data) { }) } -export function testPayNotify(orderId) { +export function searchResult(orderId) { return request({ - url: '/order/testPayNotify/' + orderId, + url: '/order/searchResult/' + orderId + '?t=' + new Date().getTime(), method: 'get' }) } diff --git a/src/views/order/confirm/modules/ListItem.vue b/src/views/order/confirm/modules/ListItem.vue index c14ecc7..0a7b32b 100644 --- a/src/views/order/confirm/modules/ListItem.vue +++ b/src/views/order/confirm/modules/ListItem.vue @@ -50,13 +50,17 @@