@ -111,6 +111,13 @@
methods: {
onReach() {
//避免多次触发
if (this.loadingType == 'loading' || this.loadingType == 'nomore') {
return;
}
this.getList("more");
},
updateTitle() {
var title = ""
var name = this.title
@ -16,6 +16,10 @@
title:''
onReachBottom() {
this.$refs.comMoveJob.onReach();
onLoad(option){
this.title = option.title
@ -16,6 +16,9 @@
@ -24,6 +24,9 @@
onNavigationBarButtonTap(e) {
if (e.index === 0) {
this.$refs.comMoveJob.toHome();
@ -21,7 +21,9 @@
onPullDownRefresh() {
this.$refs.comMoveJob.refresh();
@ -22,6 +22,9 @@
@ -19,6 +19,9 @@