tab和list组件混用时,只有当前的tab中的list会触发load,切换其他tab时,没有触发其中list的load事件
[youzan/vant]tab切换没有触发list的load事件
回答
这种情况检测不到,可以手动调用 check 方法
请问如何手动调用check方法,this.$refs.list.check()并不起作用
兄弟解决没?共享下思路呗 谢谢
兄弟解决没?共享下思路呗 谢谢
我是手动触发list的onLoad事件
我的解决方案 [image: image.png]
liupei1995 notifications@github.com 于2018年12月13日周四 下午3:36写道:
兄弟解决没?共享下思路呗 谢谢
我是手动触发list的onLoad事件
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/youzan/vant/issues/1864#issuecomment-446870610, or mute the thread https://github.com/notifications/unsubscribe-auth/Aq027m1X7oPECRz2UMSbV-ddhcxdpvG3ks5u4gNwgaJpZM4W8WIQ .
如果触发了loading会被设置为false,没有触发loading就是true我就可以自己执行函数
yi ye yeyi361936738@gmail.com 于2018年12月26日周三 上午9:36写道:
我的解决方案 [image: image.png]
liupei1995 notifications@github.com 于2018年12月13日周四 下午3:36写道:
兄弟解决没?共享下思路呗 谢谢
我是手动触发list的onLoad事件
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/youzan/vant/issues/1864#issuecomment-446870610, or mute the thread https://github.com/notifications/unsubscribe-auth/Aq027m1X7oPECRz2UMSbV-ddhcxdpvG3ks5u4gNwgaJpZM4W8WIQ .
问题: 请问如何手动调用check方法,this.$refs.list.check()并不起作用? 解决:
setTimeout(()=>{
this.$refs.list.check()
},100)