|
@ -21,7 +21,9 @@ |
|
|
onPullDownRefresh() { |
|
|
onPullDownRefresh() { |
|
|
this.$refs.comMoveJob.refresh(); |
|
|
this.$refs.comMoveJob.refresh(); |
|
|
}, |
|
|
}, |
|
|
|
|
|
onReachBottom() { |
|
|
|
|
|
this.$refs.comMoveJob.onReach(); |
|
|
|
|
|
}, |
|
|
onNavigationBarButtonTap(e) { |
|
|
onNavigationBarButtonTap(e) { |
|
|
if (e.index === 0) { |
|
|
if (e.index === 0) { |
|
|
this.$refs.comMoveJob.toHome(); |
|
|
this.$refs.comMoveJob.toHome(); |
|
|