delta列表

微信小程序delta后如何刷新页面

微信小程序delta后如何刷新页面

发布时间:2025-06-17 10:27:28 查看
微信小程序delta后刷新页面的方法: 方法一:this.onLoad(),在delta操作函数中调用this.onLoad()或that.onLoad() 方法二:this.onReady() 或者 this.onShow()。在delta操作函数中调用this.onReady()函数。 方法三:定义标志,例如: onShow:function(){ if(
共1页/1条