在开发中遇到一个问题,就是在删除后想要刷新当前页面,以获得最新的数据显示,我调用了数据初始化方法(内含setData),还有this.onLoad,this.Show等方法都无效,只有下拉刷新页面才会生效。但是同样的功能同样的结构在另一个页面就可以直接使用数据初始化方法实现。求解答
当前页面无法刷新,只能使用下拉刷新进行刷新数据?The current page cannot be refreshed, and can only use pull-down refresh to refresh data?
当前页面无法刷新,只能使用下拉刷新进行刷新数据?在开发中遇到一个问题,就是在删除后想要刷新当前页面,以获得最新的数据显示,我调用了数据初始化方法(内含setData),还有this.onLoad,this.Show等方法都无效,只有下拉刷新页面才会生效。但是同样的功能同样的结构在另一个页面就可以直接使用数据初始化方法实现。求解答
A problem encountered in the development is that I want to refresh the current page after deletion to obtain the latest data display. I called the data initialization method (including SetData) and this onLoad,this. Show and other methods are invalid. Only the drop-down refresh page will take effect. However, the same function and the same structure can be realized directly using the data initialization method on another page. Find a solution
回答:
同样的功能,确定一样么?再仔细看看呢
说得有点迷,丢个代码片段吧 https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html
你可以创建一个自定义函数 作为初始化函数呀,onshow 调用你这个自定义函数 然后需要刷新 在次调用不久好了?