Mini Program's jump problem

now
Mini Program has a page A that is transferred to the problem scenario. After the other pages jump to A, the A page does some business processing, and then jumps to the target page. The problem is that there is a return button in the upper left corner of the target page. How to return to the source page? I don"t want to jump back to the A page, how can this be achieved?


if you have to press the return button in the upper left corner, customize the title bar and implement the return event yourself. The delta of wx.navigateBack is set to 2
clipboard.png

.
Menu