|
@@ -241,7 +241,7 @@
|
|
|
<span class="j-icon icon-company"></span>
|
|
|
<span class="ent-title">${ entInfo.name }</span>
|
|
|
<span style="margin-right: .32rem;" class="j-icon" :class="!!entInfo.follow ? 'icon-favorite' : 'icon-add-favorite'"
|
|
|
- @click="changeFollowState" v-if="!isLogin || entInfo.followSearchFinish && entInfo.entExist"></span>
|
|
|
+ @click="changeFollowState" v-if="!isLogin || (entInfo.followSearchFinish && entInfo.entExist)"></span>
|
|
|
<van-loading v-if="isLogin && !entInfo.followSearchFinish" size="24px"></van-loading>
|
|
|
<forwardshare :params="entParams" :show-text="false" v-if="isLogin" ></forwardshare>
|
|
|
</div>
|