| | |
| | | } |
| | | |
| | | .hot_goods{ |
| | | |
| | | } |
| | | .goods_hot .bt{ |
| | | height: .42rem;font-size: .3rem;font-family: PingFangSC-Medium,PingFang SC;font-weight: 500;color: #fff;display: -webkit-flex;display: flex;-webkit-justify-content: space-between;justify-content: space-between;-webkit-align-items: center;align-items: center;padding: 0 .14rem 0 .16rem; |
| | |
| | | getGoodsList:function(){ |
| | | var _this = this; |
| | | this.loading=true; |
| | | alert("进来了") |
| | | alert(this.getUrlPar("token")) |
| | | $.ajax({ |
| | | 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; |