请问是哪里没有配置好呢?h5不行 拉不动 小程序可以
<template>
<view class="page-chapter" style="">
<view style="background-color: red;height: 2000px;"></view>
</view>
</template>
<script>
export default{
onPullDownRefresh(){
alert(123)
},
onReachBottom(){
alert(345)
},
}
</script>
<style lang="scss">
</style>
3***@qq.com (作者)
不是这个原因 已经开启了 而且小程序可以使用,h5不行
2024-04-10 23:32
HRK_01
回复 3***@qq.com: 我开启后正常,请发个简单复现的demo附件zip
2024-04-11 11:50