Commit 762a2bee by 刘海龙

no message

parent 98821e18
...@@ -376,8 +376,10 @@ ...@@ -376,8 +376,10 @@
onMyTab: function(tab) { onMyTab: function(tab) {
this.myTab = tab this.myTab = tab
if(tab == 0) { if(tab == 0) {
this.page=1
this.loadMy() this.loadMy()
} else { } else {
this.page=1
this.loadMyTi() this.loadMyTi()
} }
}, },
...@@ -483,7 +485,7 @@ ...@@ -483,7 +485,7 @@
score: r.score score: r.score
} }
})) }))
that.myYiZuo. = that.myYiZuo.concat(myYiZuo) that.myYiZuo = that.myYiZuo.concat(myYiZuo)
that.page ++ that.page ++
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment