public/html/freebuy.html | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
public/html/freebuy.html
@@ -376,15 +376,8 @@ pageSize:20, } }).done(function(res){ var newlist=[]; res.data.list.map(function(r,k){ var buprice=r.actualPrice-r.topFanli; if(buprice<=3) { newlist.push(r); } }) _this.lists=[].concat(_this.lists,newlist); _this.lists=[].concat(_this.lists,res.data.list); _this.loading = false; }) }