Mini Program executes wx.relaunch

whether the execution of wx.relaunch by Mini Program will trigger the onLaunch function in app.js again.

Mar.04,2021
When

reLaunch, the onLaunch, of app.js will not be re-used, but on some mobile phones, it should be related to Wechat's version. The official statement is that the latest version of Wechat will not have this problem.


so here comes the problem! How can I reload app.js?

Menu