Browse Source

Merge branch 'bonus_manager' of 121.43.114.153:/home/git/repositories/shopnc into bonus_manager

stanley-king 7 years ago
parent
commit
64a2d432bb

+ 3 - 1
data/resource/mobile/ugc/css/main.css

@@ -1050,7 +1050,9 @@ article {
   border-radius: 10px; }
 
 .result_list {
-  font-size: 28px; }
+  font-size: 28px;
+  margin-bottom: -97px;
+}
 .result_list .my_result {
   padding-top: 80px;
   height: 330px; }

+ 1 - 1
mobile/templates/default/ugc/answer.list.php

@@ -152,7 +152,7 @@
                             var scrollTop = $(this).scrollTop();
                             var scrollHeight = $(document).height();
                             var windowHeight = $(this).height();
-                            if (scrollTop + windowHeight == scrollHeight && isLoad == false) {
+                            if ((scrollTop + windowHeight) - scrollHeight > -250 && isLoad == false) {
                                 getData();
                             }
                         });