摘要: <template> <view> <scroll-view scroll-y="true" @scrolltolower="lower" lower-threshold="500" :style="{ height: scrollH + 'rpx' }"> <view class="mess-bo 阅读全文
posted @ 2023-06-14 15:28 叶乘风 阅读(184) 评论(0) 推荐(0) 编辑
摘要: 1. 在子组件中使用 `$emit` 方法触发该方法 ```vue ``` 2. 在父组件中监听该事件,并调用相应的方法 ```vue ``` 阅读全文
posted @ 2023-06-14 14:20 叶乘风 阅读(31) 评论(0) 推荐(0) 编辑