public/html/freebuy.html
@@ -345,6 +345,8 @@ getGoodsList:function(){ var _this = this; this.loading=true; alert("进来了") alert(this.getUrlPar("token")) $.ajax({ headers:{ "token":this.getUrlPar("token") @@ -360,6 +362,7 @@ pageSize:20, } }).done(function(res){ alert(res) var newlist=[]; res.data.list.map(function(r,k){ var buprice=r.actualPrice-r.topFanli;