From c7e623d01a6f4e061166766c8f59b46b6941a347 Mon Sep 17 00:00:00 2001
From: heyuntao <heyuntao@LAPTOP-MP4HD5NS>
Date: 星期二, 04 七月 2023 17:19:44 +0800
Subject: [PATCH] Merge branch 'hotfix/0元购商品修复' of http://60.204.153.149:8081/r/dfgApi into hotfix/0元购商品修复

---
 public/html/freebuy.html |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/public/html/freebuy.html b/public/html/freebuy.html
index 8537da7..38466e5 100644
--- a/public/html/freebuy.html
+++ b/public/html/freebuy.html
@@ -158,7 +158,7 @@
 
 
         .list-section{
-            display: -webkit-flex;display: flex;-webkit-flex-wrap: wrap;flex-wrap: wrap;-webkit-justify-content: space-between;justify-content: space-between;padding: 0 1.87%;
+            display: -webkit-flex;display: flex;-webkit-flex-wrap: wrap;flex-wrap: wrap;-webkit-justify-content: space-between;justify-content: space-between;padding: 0 1.87%;margin-top: 0.6rem;
         }
         .list-section .listTmp{
             width: 49%;background: #fff;border-radius: .08rem;margin-bottom: .14rem;box-sizing: border-box;
@@ -361,6 +361,7 @@
                    type:"post",
                     dataType:"json",
                     data:{
+
                     }
                 }).done(function(res){
                     if(res.msg.info==1)
@@ -370,13 +371,12 @@
                                 "token":_this.getUrlPar("token")
                             },
                                 //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', 
+                            //url:'http://appapitest.ushopvip.com/api/taoke/get_first_free_goods',
+                            url:'http://dfgapp.ushopvip.com/api/taoke/get_first_free_goods', 
                             type:"post",
                                 dataType:"json",
                             data:{
-                                page: 1,
-                                pageSize:40,
+                                
                             }
                             }).done(function(res){
                             _this.lists=[].concat(_this.lists,res.data.list);

--
Gitblit v1.9.3