Skip to content

Commit 5137709

Browse files
committed
temp: disabled share reply
1 parent 70b4ce9 commit 5137709

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/courses/ReplySection.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,10 +86,10 @@
8686
<v-icon left x-small>{{ reply.like_status === 2 ? icons.mdiThumbDown : icons.mdiThumbDownOutline }}</v-icon>
8787
{{ reply.dislike }}
8888
</v-btn>
89-
<v-btn x-small text color="primary" @click="onShare(reply)">
89+
<!-- <v-btn x-small text color="primary" @click="onShare(reply)">
9090
<v-icon left x-small>{{ icons.mdiShareVariantOutline }}</v-icon>
9191
分享
92-
</v-btn>
92+
</v-btn> -->
9393
<v-btn x-small text color="primary" @click="setReplyTarget(reply)">
9494
<v-icon left x-small>{{ icons.mdiReplyOutline }}</v-icon>
9595
回复

0 commit comments

Comments
 (0)