Authored by liangyi.chen@yoho.cn

页面优化

... ... @@ -549,7 +549,10 @@
if(rowData.authStatus == 1){
str += "<a role='showDetail' class='btn-info' dataId='"+rowData.articleId+ "' index='"+ rowIndex + "' status='1' style='margin-left:10px'>评论</a>";
}
str += "<a role='markR' class='btn-success' dataId='"+rowData.articleId+ "' index='"+ rowIndex + "' style='margin-left:10px'>标记</a>";
if(rowData.sort == 1){
str += "<a role='markR' class='btn-success' dataId='"+rowData.articleId+ "' index='"+ rowIndex + "' style='margin-left:10px'>标记</a>";
}
//str += "<a role='preview' class='btn-info' dataId='" + rowData.previewUrl + "' index='"+ rowIndex + "' style='margin-left:10px'>预览</a>";
return str;
... ...
... ... @@ -7,7 +7,7 @@
<td>
达人搭配:<input type="checkbox" id = "box1"/>
</td>
<td id="findgoodTD">
<td>
发现好货:<input type="checkbox" id = "box2"/>
</td>
</tr>
... ... @@ -31,12 +31,6 @@
$("#box2").attr("checked",true);
}
if(data.sort == 1){
$("#findgoodTD").show();
}else{
$("#findgoodTD").hide();
}
});
... ...