| | |
| | | headers:{ |
| | | "token":this.getUrlPar("token") |
| | | }, |
| | | url:'http://dfg.shop.com/index.php/api/taoke/get_nine_goods', |
| | | // url:'http://dfgapp.ushopvip.com/api/taoke/get_nine_goods', |
| | | //url:'http://appapitest.ushopvip.com/api/taoke/get_nine_goods', |
| | | //url:'http://dfg.shop.com/index.php/api/taoke/get_first_free_goods', |
| | | //url:'http://dfgapp.ushopvip.com/api/taoke/get_first_free_goods', |
| | | url:'http://appapitest.ushopvip.com/api/taoke/get_first_free_goods', |
| | | type:"post", |
| | | dataType:"json", |
| | | data:{ |
| | |
| | | pageSize:20, |
| | | } |
| | | }).done(function(res){ |
| | | alert(res) |
| | | var newlist=[]; |
| | | res.data.list.map(function(r,k){ |
| | | var buprice=r.actualPrice-r.topFanli; |