src/views/productDetail/components/PayCard.vue
@@ -516,7 +516,6 @@ this.activeImg.url = url; }, confirmNow() { this.cartItem.totalPrice = this.computTotalPrice; let products = [ { activateCode: this.cartItem.requestCode, @@ -544,7 +543,7 @@ if (res.success) { this.orderId = res.data.orderId; if (this.cartItem.totalPrice == 0) { if (this.data.priceBase == 0) { resumePay({ orderId: this.orderId, payMethod: 5 }).then((res) => { if (res.success) { this.$router.push({ @@ -562,10 +561,10 @@ } }); return; } } else { this.showOrder = true; } } }); }, },