Authored by 郭成尧

show

... ... @@ -43,7 +43,7 @@
{{/ isShow}}
</a>
{{/if}}
<a class="img-box" href="{{url}}">
<a class="img-box"{{#unless isShow}} href="{{url}}"{{/unless}}>
{{#if @first}}
<img src="{{image2 img q=60}}" alt="{{alt}}">
{{^}}
... ... @@ -56,7 +56,7 @@
</div>
<div class="info-deps">
<a class="info-title-container" href="{{url}}">
<a class="info-title-container"{{#unless isShow}} href="{{url}}"{{/unless}}>
<div class="title">{{#if top}}<span class="top-tag">置顶</span>{{/if}}{{title}}</div>
</a>
<p class="info-text">{{text}}</p>
... ...
... ... @@ -168,6 +168,7 @@ const formatArticle = (articleData, showTag, isApp, showAuthor, uid, top) => {
result.isVideo = true;
break;
case '24': // Show
case '9999': // Show
result.isShow = true;
break;
default:
... ...