同文件刷新
this.onShow() 或者 this.onLoad()
不同js刷新(封装的登录等)
// 获取所有路由
const pages = getCurrentPages()// 获得最新路由
const perpage = pages[pages.length - 1]// 刷新最新路由 / 刷新当前页面
perpage.onShow() 或者 perpage.onLoad()
同文件刷新
this.onShow() 或者 this.onLoad()
不同js刷新(封装的登录等)
// 获取所有路由
const pages = getCurrentPages()// 获得最新路由
const perpage = pages[pages.length - 1]// 刷新最新路由 / 刷新当前页面
perpage.onShow() 或者 perpage.onLoad()
本文标题:微信小程序刷新当前页面
本文链接:https://www.haomeiwen.com/subject/rptibltx.html
网友评论