diff --git a/application/wap/view/first/article/index.html b/application/wap/view/first/article/index.html index 5d4be181..e627416a 100644 --- a/application/wap/view/first/article/index.html +++ b/application/wap/view/first/article/index.html @@ -24,7 +24,7 @@
正在加载中
-加载更多
+向上滑动加载更多
没有更多了
@@ -67,7 +67,7 @@ return article.url ? article.url : $h.U({c:'article',a:'visit',p:{id:article.id}}); }, getList:function(){ - if(this.loading) return ; + if(this.loading) return; this.getArticleList(); }, getArticleList:function(){ @@ -96,7 +96,7 @@ if(this.scroll === null){ this.$refs.bsDom.style.height = (document.documentElement.clientHeight)+'px'; this.$refs.bsDom.style.overflow = 'hidden'; - this.scroll = new BScroll(this.$refs.bsDom,{click:true,probeType:1,cancelable:false,deceleration:0.005,snapThreshold:0.01}); + this.scroll = new BScroll(this.$refs.bsDom,{click:true,probeType:1,cancelable:false,deceleration:0.005,snapThreshold:0.1}); this.scroll.on('pullingUp',function(){ that.loading == false && that.getList(); })