随手拍

This commit is contained in:
liuye
2022-01-07 16:18:51 +08:00
parent 07da160ab8
commit c0c02d05ce
3 changed files with 38 additions and 54 deletions

View File

@@ -79,7 +79,9 @@ export default {
})
},
onReachBottom() {
uni.$emit('nextList')
if(!this.tabIndex) {
uni.$emit('nextList')
}
},
}
</script>