feat: 楼层装修新增绑定分类功能

This commit is contained in:
学习很差啦
2022-10-19 11:56:42 +08:00
parent f08d166c86
commit d01edbdfe2
4 changed files with 385 additions and 209 deletions

View File

@@ -15,6 +15,11 @@ export default {
},
};
},
onReachBottom(){
// 给子级监听触底加载
uni.$emit('onReachBottom',true)
},
onPullDownRefresh() {
this.$refs.tpl.init();