|
@@ -186,7 +186,7 @@ export default {
|
|
|
return "color: #409eff; cursor: pointer";
|
|
|
} else if ((key == "SpecialName" && (this.reportStatusActive == 2 || this.reportStatusActive == 3)) || (key == "SpecialName" && this.topLableActive == 2)) {
|
|
|
return "color: #409eff; cursor: pointer";
|
|
|
- } else if (key == "ArticleCollectNum") {
|
|
|
+ } else if (key == "ArticleCollectNum" && this.topLableActive == 1) {
|
|
|
return "color: #409eff; cursor: pointer";
|
|
|
} else {
|
|
|
const style = {
|
|
@@ -203,7 +203,7 @@ export default {
|
|
|
} else if (key === "SpecialName" && (this.reportStatusActive == 2 || this.reportStatusActive == 3)) {
|
|
|
let href = `${process.env.CYGX_WEB}/column/view/${row.SpecialAuthorId}`;
|
|
|
window.open(href, "_blank");
|
|
|
- } else if (key === "ArticleCollectNum" || key === "FansNum") {
|
|
|
+ } else if ((key === "ArticleCollectNum" && this.topLableActive == 1) || key === "FansNum") {
|
|
|
// 收藏的数量
|
|
|
this.iscollectFansDlgShow = true;
|
|
|
this.collectFansDlgText = key === "ArticleCollectNum" ? "收藏详情" : "粉丝详情";
|
|
@@ -319,7 +319,6 @@ export default {
|
|
|
async getYanxuanShowButton() {
|
|
|
const res = await raiInterface.getYanxuanShowButton();
|
|
|
if (res.Ret === 200) {
|
|
|
- console.log(TopLableList);
|
|
|
let { IsShowSpecialAuthor } = res.Data;
|
|
|
if (IsShowSpecialAuthor) {
|
|
|
this.topLableList = TopLableList;
|