hookehuyr

fix: 取消注释分享按钮代码

......@@ -207,7 +207,7 @@
</svg>
收藏
</button>
<!-- <button class="flex flex-col items-center text-gray-500 text-xs" @click="open_share_poster">
<button class="flex flex-col items-center text-gray-500 text-xs" @click="open_share_poster">
<svg
xmlns="http://www.w3.org/2000/svg"
class="h-6 w-6"
......@@ -223,7 +223,7 @@
/>
</svg>
分享
</button> -->
</button>
<button v-if="consult_contacts.length" class="flex flex-col items-center text-gray-500 text-xs" @click="open_consult_dialog">
<svg
xmlns="http://www.w3.org/2000/svg"
......