uniapp返回上一页并刷新

wx.navigateBack({
     success: function() {
         beforePage.onLoad(); // 执行前一个页面的onLoad方法
     }
 });

你可能感兴趣的:(uniapp返回上一页并刷新)