hookehuyr

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

...@@ -207,7 +207,7 @@ ...@@ -207,7 +207,7 @@
207 </svg> 207 </svg>
208 收藏 208 收藏
209 </button> 209 </button>
210 - <!-- <button class="flex flex-col items-center text-gray-500 text-xs" @click="open_share_poster"> 210 + <button class="flex flex-col items-center text-gray-500 text-xs" @click="open_share_poster">
211 <svg 211 <svg
212 xmlns="http://www.w3.org/2000/svg" 212 xmlns="http://www.w3.org/2000/svg"
213 class="h-6 w-6" 213 class="h-6 w-6"
...@@ -223,7 +223,7 @@ ...@@ -223,7 +223,7 @@
223 /> 223 />
224 </svg> 224 </svg>
225 分享 225 分享
226 - </button> --> 226 + </button>
227 <button v-if="consult_contacts.length" class="flex flex-col items-center text-gray-500 text-xs" @click="open_consult_dialog"> 227 <button v-if="consult_contacts.length" class="flex flex-col items-center text-gray-500 text-xs" @click="open_consult_dialog">
228 <svg 228 <svg
229 xmlns="http://www.w3.org/2000/svg" 229 xmlns="http://www.w3.org/2000/svg"
......