|
@@ -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)
|
|
|
}
|
|
|
})
|
|
|
}
|