|
|
|
@ -818,7 +818,7 @@ |
|
|
|
handlePaymentSuccess() { |
|
|
|
if (!this.isGroupBuy) { |
|
|
|
uni.redirectTo({ |
|
|
|
url: '/package1/order/orderConfirm?id=' + that.currentOrderId + '&amount=' + this.backendTotalAmount |
|
|
|
url: '/package1/order/orderConfirm?id=' + this.currentOrderId + '&amount=' + this.backendTotalAmount |
|
|
|
}); |
|
|
|
} else { |
|
|
|
let isInitiating = !this.groupItem.groupId; |
|
|
|
@ -829,7 +829,7 @@ |
|
|
|
return; |
|
|
|
} else if (isJoining) { |
|
|
|
uni.redirectTo({ |
|
|
|
url: '/package1/order/orderConfirm?id=' + that.currentOrderId + '&amount=' + this.backendTotalAmount |
|
|
|
url: '/package1/order/orderConfirm?id=' + this.currentOrderId + '&amount=' + this.backendTotalAmount |
|
|
|
}); |
|
|
|
} |
|
|
|
} |
|
|
|
|