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