@@ -182,7 +182,9 @@ export default defineComponent({
// window.location.replace(
// window.location.origin + '/#/payment-result?orderNo=' + state.orderNo
// )
- checkOrderTypeJump()
+ setTimeout(() => {
+ checkOrderTypeJump()
+ }, 100)
}
} catch {
//