From 7e738f69cf7b353492edefa1768005f19ea7e7ee Mon Sep 17 00:00:00 2001 From: xuxueyang <xuxy@fengyuntec.com> Date: 星期三, 28 八月 2024 10:25:11 +0800 Subject: [PATCH] update上线更新 --- sub_pages/customer/shopping/confirm.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/sub_pages/customer/shopping/confirm.vue b/sub_pages/customer/shopping/confirm.vue index c9fda51..4ea2671 100644 --- a/sub_pages/customer/shopping/confirm.vue +++ b/sub_pages/customer/shopping/confirm.vue @@ -179,7 +179,7 @@ console.log('pay,', data) // /api/pub/init/callback?orderId= // if(env.pro) - if (data && (data['_testV2OrderId'] || data['_testOrderId']) && + if (false && data && (data['_testV2OrderId'] || data['_testOrderId']) && environments.httpBaseUri.startsWith( 'http://47.99.58.211/flower')) { //回调 -- Gitblit v1.9.3