zhaojs
2023-06-09 d3296f93b08a7c2f373ea4c362efa5b238ce77dc
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;