problem description
in a vue mobile development project, send a payment request on the order page and send an address returned by . After receiving the request, the backend returns the payment address according to the payment method, and the client jumps to that address (open Alipay or Wechat or something), and the payment is successfully returned to the client.
Click the back button and you will return to the payment page. Is there any good way to do this?