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,9 +561,9 @@ } }); return; } else { this.showOrder = true; } this.showOrder = true; } }); },