K***@163.com
- 发布:2021-07-23 16:01
- 更新:2021-09-22 18:11
- 阅读:1258
<view class="" v-for="(item,index) in articlesList" :key="index">
<articles :detail="item"></articles>
</view>
<uni-load-more :status="loadStatus"></uni-load-more>
</view>
</scroll-view>
onRefresh(){
console.log("样式");
if(this.isRefresh) return
console.log("刷新");
this.isRefresh = true
Promise.all([this.getArticles(true)]).finally(_ => {
this.isRefresh = false
})
},
wongjoke
切换到3.2.3还是有这个问题
2021-10-08 09:22