| | |
| | | |
| | | targetItem:function(item){ |
| | | uni.navigateTo({ |
| | | url: '/pages/goods/goodsDetail?id=' + items.goodsid+'&frompage=freebuy' |
| | | url: '/pages/goods/goodsDetail?id=' + item.goodsId+'&frompage=freebuy' |
| | | }); |
| | | /* if(this.isUniReady) |
| | | { |
| | |
| | | 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; |
| | | }) |
| | | } |