From 056997b07e61fc99d5c311d0c5489b9de48fd9bc Mon Sep 17 00:00:00 2001
From: xuxueyang <xuxy@fengyuntec.com>
Date: 星期二, 24 九月 2024 17:25:16 +0800
Subject: [PATCH] update 细节和订单确认收货(写死了商户号)

---
 pages/order/order-detail.vue |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/pages/order/order-detail.vue b/pages/order/order-detail.vue
index 2ee8c07..8a444b5 100644
--- a/pages/order/order-detail.vue
+++ b/pages/order/order-detail.vue
@@ -210,9 +210,12 @@
 								extraData: {
 									// merchant_id: '',
 									// merchant_trade_no: '',
+									merchant_id: '1661512517',
+									merchant_trade_no: tmp.id || '',
 									transaction_id: tmp.dto && tmp.dto.paymentTrId || ''
 								},
-								async success() {
+								async success(info) {
+									console.log('info', info)
 									//dosomething
 									// 发送请求
 									tmp.$message.showLoading()

--
Gitblit v1.9.3