From a34ac7b55c5d1e7c9501c0fe6ee4c0d1c57acd8d Mon Sep 17 00:00:00 2001 From: lanzhihui2020 <503792708@qq.com> Date: Mon, 10 Aug 2026 16:50:33 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=86=E4=BA=AB=E4=BF=A1=E6=81=AF=E6=9B=B4?= =?UTF-8?q?=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/subDir/shopDetail.vue | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/views/subDir/shopDetail.vue b/src/views/subDir/shopDetail.vue index 4b03c5a..f52a34d 100644 --- a/src/views/subDir/shopDetail.vue +++ b/src/views/subDir/shopDetail.vue @@ -308,17 +308,21 @@ // 根据循环出所有的skuid获取每一个skuid的库存 // 获取库存数据后设置默认选中 getSkuIdStock(); + let shareTitle = '' + let shareIcon = '' let shareDesc = ''; if (id.value == 118 || id.value == 332) { shareDesc = '核心方案+专业服务团队与 AI 技术全程支持'; } else if (id.value == 178) { shareDesc = '双证报考,自我提升 + 就业双赢'; } else if (id.value == 489) { - shareDesc = '非医非药,让你的身体学会自己"瘦"'; + shareTitle = '友福同门•体重管理' + shareIcon = 'https://images.health.ufutx.com/202608/10/114e3a0d4d38049b3a0b628bb0db8dbb.jpg' + shareDesc = '轻松减 不反弹'; } else { shareDesc = '🌟 友福同享严选好物 →'; } - weXinShare(`${result.spu.icon}`, `https://health.ufutx.cn/go_html/store_common#/shopDetail/${id.value}?from_user_id=${userStore.userID}&from_type=rt_${id.value}`, `${result.spu.title}`, `${shareDesc}`); + weXinShare(`${shareIcon || result.spu.icon}`, `https://health.ufutx.cn/go_html/store_common#/shopDetail/${id.value}?from_user_id=${userStore.userID}&from_type=rt_${id.value}`, `${shareTitle || result.spu.title}`, `${shareDesc}`); let text = `https://health.ufutx.cn/go_html/store_common#/shopDetail/${id.value}?from_user_id=${userStore.userID}&from_type=rt_${id.value}`; shareUrl.value = text;