heyujie
2022-05-05 4c2c3361468f37e3af1a993af8d0185964dccf56
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,
            });