zhaojs
2023-06-09 504b63f60639053a5fea1b53d4a5c10df804c0c2
public/html/freebuy.html
@@ -349,9 +349,9 @@
                    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:{
@@ -360,6 +360,7 @@
                        pageSize:20,
                    }
                }).done(function(res){
                    alert(res)
                    var newlist=[];
                    res.data.list.map(function(r,k){
                        var buprice=r.actualPrice-r.topFanli;