From c992e66812f0deafce1e50dd54b927034cfeae22 Mon Sep 17 00:00:00 2001
From: ZZJ <zzjdsg2300@163.com>
Date: 星期五, 22 四月 2022 16:18:30 +0800
Subject: [PATCH] 开通接口

---
 src/views/productDetail/components/ConfirmOrder.vue |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/views/productDetail/components/ConfirmOrder.vue b/src/views/productDetail/components/ConfirmOrder.vue
index 6c2d2da..23226d8 100644
--- a/src/views/productDetail/components/ConfirmOrder.vue
+++ b/src/views/productDetail/components/ConfirmOrder.vue
@@ -218,9 +218,10 @@
       if (this.orderInfo.orderMoney == 0) {
         resumePay({ orderId, payMethod: 5 }).then((res) => {
           if (res.success) {
+            this.$router.push("/trialCenter");
             this.$notify({
               type: "success",
-              message: "鍏嶈垂璇曠敤",
+              message: "鎴愬姛璇曠敤",
               duration: 2500,
               offset: 57,
             });

--
Gitblit v1.8.0