Browse Source

维权详情评论页码优化

liting2017 6 years ago
parent
commit
0010d3dbd1

+ 2 - 0
src/css/newMenu/header.css

@@ -569,6 +569,7 @@ input:focus{
 } */
 #LRfloater0{
     left: -150px!important;
+    top:-150px!important;
 }
 #LRMINIBar{
     bottom: -60px!important;
@@ -582,3 +583,4 @@ a[title]{
     left: -80px;
 }
 
+

+ 1 - 0
src/js/newMenu/adviserDetail.js

@@ -240,6 +240,7 @@ $(function () {
                 msg('评论成功,感谢您的评论。');
                 $('#commentArea').val('');
                 $('.ulStar span').removeClass('glyphicon-star').addClass('glyphicon-star-empty');
+                thePageNo=1;
                 loadDate();
             })
         })

+ 2 - 1
src/js/newMenu/safeguardingDetail.js

@@ -246,7 +246,8 @@ $(function () {
                 msg('评论成功,感谢您的评论。');
                 $('#commentArea').val('');
                 $('.ulStar span').removeClass('glyphicon-star').addClass('glyphicon-star-empty');
-                loadDate();
+                thePageNo=1;
+                loadDate(1);
             })
         })
     }