"true" class='y' :refresher-enabled="true" :refresher-triggered="isRef" @refresherrefresh="refresherrefresh" @scrolltolower="loadMore">
loadMore(e){
if (this.reachBottom[this.val]) {
this.init(this.val,false)
}
},
refresherrefresh(e){
console.log("kai")
this.isRef = true
this.init(this.val,true)
},
int(){
this.isRef = false
}
IOS 7.0.1基础库在2.6.6左右
而这个功能基础库需要2.10.1,需要客户端版本在7.0.9左右
基础库的问题。
基础库 2.12.0 iPhone6 ios版本12.2 的微信版本7.0.1