Commit cd9d6c9a authored by zhangyanni's avatar zhangyanni

翻译

parent 7f4defae
......@@ -1955,12 +1955,9 @@ module.exports = {
activityGuest:"Event Guests",
recentParticipated:"Recently Participated",
recentParticipatedList:"Participant List",
guestList:"Guest List"
guestList:"Guest List",
open:'Open',
close:'Close',
},
shareInfo:{
......
......@@ -2050,7 +2050,9 @@ module.exports = {
activityGuest:"活动嘉宾",
recentParticipated:"最近参与",
recentParticipatedList:"参与者列表",
guestList:"嘉宾列表"
guestList:"嘉宾列表",
open:'查看全部',
close:'收起',
},
......
......@@ -77,7 +77,7 @@
<div v-html="detailInfo.channelIntroduction" v-if="showAll" ref="richTextarea"
style="margin-bottom: .2rem;"></div>
<div class="lookAll">
<span @click="handleShowAll">{{showAll?'收起':'查看全部'}} <i class="iconfont"
<span @click="handleShowAll">{{showAll?$t('activityInfo.close'):$t('activityInfo.open')}} <i class="iconfont"
:class="showAll?'icon-xiala-copy':'icon-xiala'"></i></span>
</div>
</div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment