Explorar el Código

Merge branch 'dev/v4.8.39_zsy' of qmx/jy into feature/v4.8.39

zhangsiya hace 2 años
padre
commit
c09674921f

+ 1 - 1
src/jfw/modules/app/src/web/templates/big-member/page_ent_portrait.html

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