taro vue typescript onReachBottom onShow 爬坑
taro vue typescript onReachBottom 生命周期的爬坑记录taro生命周期无效解决的一个办法记录taro生命周期无效解决的一个办法import Taro from '@tarojs/taro'export default class index extends Vue { created() { (Taro.getCurrentPages().pop() as any).onReachBottom = () => this.onReachBottom();
原创
2021-03-04 17:25:39 ·
1195 阅读 ·
2 评论