瀏覽代碼

优化政策列表。顾问列表

liting2017 6 年之前
父節點
當前提交
934170080b

二進制
img/patent/patent_jiejue.jpg


+ 2 - 2
src/css/newMenu/adviser.css

@@ -145,7 +145,7 @@ footer{
 }
 .listHead ul li:hover .bjImg img{
     transform: scale(1.1);
-    transition: all .2 ease-in;
+    transition: all .5 ease-in;
 }
 .listHead ul li .bjImg{
     width: 100%;
@@ -155,12 +155,12 @@ footer{
     top: 0;
     left: 0;
     border-radius: 15px;
+    transition: all .5 ease-in;
 }
 .listHead ul li .bjImg img{
     width: 100%;
     display: inline-block;
     height: 100%;
-    overflow: hidden;
     transition: all .2 ease-in-out;
 }
 .listHead ul li .collectionNumber{

+ 4 - 0
src/css/newMenu/adviserList.css

@@ -97,6 +97,10 @@ footer{
     margin: 0 10px;
     width: 50px;
 }
+.nubCollect{
+    display: inline-block;
+    margin-left: 20px;
+}
 .search{
     width: 100%;
     height: 52px;

+ 6 - 5
src/js/newMenu/adviserList.js

@@ -89,7 +89,7 @@ $(function () {
                                     <div class="txt" data-id=${thisdata.uid}>
                                         <div>
                                             <h4>${thisdata.username}<span>${txtCont}</span></h4>
-                                            <p><span class="nubCollect">${thisdata.countInterest}</span>${thisdata.interested?'<span class="heart active"></span>':'<span class="heart"></span>'}</p>
+                                            <p><span>好评率 -${thisdata.favorableRate}</span><span class="nubCollect">${thisdata.countInterest}</span>${thisdata.interested?'<span class="heart active"></span>':'<span class="heart"></span>'}</p>
                                         </div> 
                                         <p>${thisdata.introduction?thisdata.introduction:'暂无描述'}</p>
                                     </div>
@@ -201,6 +201,7 @@ $(function () {
         $('.txt .heart').click(function (e) {
             let  loginTxt=$('.head_login')[0];
             if(loginTxt&&($(loginTxt).text())=='登录'){
+                window.location.hash='jump'
                 msg('请先登录!')
                 return false;
             };
@@ -250,24 +251,24 @@ $(function () {
             if($(this).hasClass('active')){
                 $(this).removeClass('active');
                 dataList.sortType='';
-                loadDate();
+                loadDate(1);
             }else{
                 $('.colNumber').removeClass('active')
                 $(this).addClass('active');
                 dataList.sortType=0;
-                loadDate();
+                loadDate(1);
             }
         })
         $('.sort .colNumber').click(function(){
             if($(this).hasClass('active')){
                 $(this).removeClass('active');
                 dataList.sortType='';
-                loadDate()
+                loadDate(1)
             }else{
                 $('.relTime').removeClass('active')
                 $(this).addClass('active');
                 dataList.sortType=1;
-                loadDate()
+                loadDate(1)
             }
         })
     }

+ 0 - 1
src/js/public.js

@@ -60,7 +60,6 @@ $(function(){
 	$('#form_login').submit(function(e){
 		let hrefs=window.location.href,jump=window.location.hash,jumpState=false,
 			urls = hrefs.split('/').pop();
-			
 		if(urls=='evaluate'||urls=='shopList'||jump=='#jump'){
 			jumpState=true;
 		}

+ 1 - 1
src/js/thinkTank/policyList.js

@@ -108,7 +108,7 @@ $(function () {
 						if (summary == null) {
 							summary == '暂无内容'
 						};
-						var srctt = globalConfig.context + '/portal/news/newsDetail.html?id=' + id+'&type='+dataList.type;
+						var srctt = globalConfig.context + '/portal/news/newsDetail.html?id=' + id+'&type='+thisdata.type;
 						theArr.push([
 							'<li>',
 								'<a href="'+srctt+'">',