提交 2243af79 编写于 作者: 芊里

grid改vue(跟nvue别无二至)

上级 91398738
...@@ -24,7 +24,6 @@ ...@@ -24,7 +24,6 @@
* 下拉刷新回调函数 * 下拉刷新回调函数
*/ */
onPullDownRefresh() { onPullDownRefresh() {
console.log('refresh');
this.$refs.newsList.refresh(); this.$refs.newsList.refresh();
}, },
methods: { methods: {
...@@ -38,7 +37,6 @@ ...@@ -38,7 +37,6 @@
* 上拉加载回调函数 * 上拉加载回调函数
*/ */
onReachBottom() { onReachBottom() {
console.log('load_more');
this.$refs.newsList.loadMore(); this.$refs.newsList.loadMore();
} }
}, },
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册