From 504b63f60639053a5fea1b53d4a5c10df804c0c2 Mon Sep 17 00:00:00 2001 From: zhaojs <349234519@qq.com> Date: 星期五, 09 六月 2023 10:36:27 +0800 Subject: [PATCH] no message --- public/html/freebuy.html | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/public/html/freebuy.html b/public/html/freebuy.html index 2b7cd50..906bd21 100644 --- a/public/html/freebuy.html +++ b/public/html/freebuy.html @@ -104,7 +104,6 @@ } .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; @@ -350,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:{ @@ -361,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; -- Gitblit v1.9.3