This commit is contained in:
zhaofang
2022-10-27 14:52:52 +08:00
parent 522ff116dd
commit b905a29890

View File

@@ -26,7 +26,7 @@
<span v-else @click="emitHide(item.id)"> <svg-icon style="margin-right: 10px;font-size:22px;padding-top: 4px;" icon-class="eyes"></svg-icon>隐藏 </span>
</div>
<div class="btn-right">
<el-button class="btn" type="primary" @click="jumpDetail(item)">{{item.aid == userInfo.aid? '继续学习' : '我也去学'}}</el-button>
<el-button class="btn" type="primary" @click="jumpDetail(item)">{{item.eventKey == 'Praise' ? '我也去学' : item.aid == userInfo.aid? '继续学习' : '我也去学'}}</el-button>
</div>
</div>
</div>