Parcourir la source

统一关注文案

cxmo il y a 7 mois
Parent
commit
45d5af6874
2 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 1 1
      src/views/report/Detail.vue
  2. 1 1
      src/views/report/HT_PDF.vue

+ 1 - 1
src/views/report/Detail.vue

@@ -232,7 +232,7 @@ onUnmounted(() => {
             <div 
                 @click="changeFollowState"
                 :class="['opt-btn',reportInfo.IsFollowed?'followed':'']">
-                {{ reportInfo.IsFollowed?'取消关注':'关注研究员' }}
+                {{ reportInfo.IsFollowed?'取消关注':'关注' }}
             </div>
         </div>
         <div class="time-box">

+ 1 - 1
src/views/report/HT_PDF.vue

@@ -126,7 +126,7 @@ onUnmounted(() => {
                 <div 
                     @click="changeFollowState"
                     :class="['opt-btn',reportInfo.IsFollowed?'followed':'']">
-                    {{ reportInfo.IsFollowed?'取消关注':'关注研究员' }}
+                    {{ reportInfo.IsFollowed?'取消关注':'关注' }}
                 </div>
             </div>
             <div class="time-box">