uniapp语法中如何刷新当前页面

2025年02月01日 建站教程

在用uniapp开发项目时,如何实现对当前页面刷新?下面web建站小编给大家简单介绍一下具体实现代码!

具体代码如下:

refresh() {
  uni.redirectTo({
    url: '当前页面路径'
  });
}

本文链接:http://so.lmcjl.com/news/22449/

展开阅读全文
相关内容