Skip to content

Commit

Permalink
fix: handle tap-more event on list-page
Browse files Browse the repository at this point in the history
  • Loading branch information
imyelo committed Jan 24, 2018
1 parent f38d7d2 commit 7c519bf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/pages/list.mina
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,10 @@ Page.define(({
this.$router.navigate(`/pages/item?id=${item.id}`)
},

tapMore (event) {
this.more()
},

reload ({ channel }) {
if (this.data.isReloading) {
return
Expand Down

0 comments on commit 7c519bf

Please sign in to comment.