From 2afc2f9fabc875dfa55f62c75815bd2d27656343 Mon Sep 17 00:00:00 2001 From: YeMingfei666 <1619116647@qq.com> Date: Wed, 21 Jan 2026 17:19:04 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=82=B9=E9=A4=90=E9=A1=B5?= =?UTF-8?q?=E5=88=86=E4=BA=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/product/index.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/product/index.vue b/pages/product/index.vue index 06fcf34..500fa54 100644 --- a/pages/product/index.vue +++ b/pages/product/index.vue @@ -2456,7 +2456,7 @@ shareMixin, handleMixinOnLoad, returnQuery, - jsonToUrl, + jsonToUrl,wxShare, returnCommonQuery } from '@/utils/share.js' import { onShareTimeline } from '@dcloudio/uni-app'; @@ -2491,11 +2491,11 @@ import { onShareTimeline } from '@dcloudio/uni-app'; ...json, path: '/pages/product/index' + '?' + query }); - return { + return wxShare({ query, ...json, path: '/pages/product/index' + '?' + query - } + }) } onShareAppMessage(onShare)