ZZJ
2022-04-20 b4495445fbfc616a2126587ce9eec205fc1cbe19
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,
            });