hookehuyr

feat(课程详情页): 恢复分享海报功能并移除分享按钮

...@@ -223,7 +223,7 @@ ...@@ -223,7 +223,7 @@
223 </svg> 223 </svg>
224 咨询 224 咨询
225 </button> 225 </button>
226 - <button class="flex flex-col items-center text-gray-500 text-xs" @click="open_share_poster"> 226 + <!-- <button class="flex flex-col items-center text-gray-500 text-xs" @click="open_share_poster">
227 <svg 227 <svg
228 xmlns="http://www.w3.org/2000/svg" 228 xmlns="http://www.w3.org/2000/svg"
229 class="h-6 w-6" 229 class="h-6 w-6"
...@@ -239,7 +239,7 @@ ...@@ -239,7 +239,7 @@
239 /> 239 />
240 </svg> 240 </svg>
241 分享 241 分享
242 - </button> 242 + </button> -->
243 </div> 243 </div>
244 <div class="flex items-center"> 244 <div class="flex items-center">
245 <div v-if="!course?.is_buy" class="mr-2"> 245 <div v-if="!course?.is_buy" class="mr-2">
...@@ -365,7 +365,7 @@ ...@@ -365,7 +365,7 @@
365 </div> 365 </div>
366 </van-popup> 366 </van-popup>
367 <!-- 分享海报弹窗 --> 367 <!-- 分享海报弹窗 -->
368 - <!-- <SharePoster v-if="course" v-model:show="show_share_poster" :course="course" /> --> 368 + <SharePoster v-if="course" v-model:show="show_share_poster" :course="course" />
369 <van-back-top right="5vw" bottom="25vh" offset="600" /> 369 <van-back-top right="5vw" bottom="25vh" offset="600" />
370 </AppLayout> 370 </AppLayout>
371 </template> 371 </template>
......