摘要: ####子组件,有一个childMethod方法 <template> <view> </view> </template> <script> export default { data(){ return { } }, onLoad(){ }, methods:{ childMethod() { 阅读全文
posted @ 2020-07-21 17:37 huihuihero 阅读(451) 评论(0) 推荐(0) 编辑
摘要: ####将uniapp的uni.createSelectorQuery()方法与uni.pageScrollTo(OBJECT)方法结合使用 更详细用法见官方文档: uni.createSelectorQuery()方法: https://uniapp.dcloud.io/api/ui/nodes- 阅读全文
posted @ 2020-07-21 15:31 huihuihero 阅读(8515) 评论(0) 推荐(0) 编辑