The applet returns to the previous page and refreshes the previous page

Directly upload the code

// 触发上级页面刷新事件
this.getOpenerEventChannel().emit("reload");
// 返回上一级
wx.navigateBack({ delta: 1 });

Guess you like

Origin blog.csdn.net/weixin_42611825/article/details/131646806