From 0f640bdf9eb6754ad172cdd3ba744164bfb9b526 Mon Sep 17 00:00:00 2001
From: YeMingfei666 <1619116647@qq.com>
Date: Sat, 31 Jan 2026 09:56:32 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=88=86=E9=94=80=E6=B2=A1?=
=?UTF-8?q?=E6=9C=89=E6=98=BE=E7=A4=BA=E6=9F=A5=E7=9C=8B=E6=9B=B4=E5=A4=9A?=
=?UTF-8?q?=E5=BA=97=E9=93=BA=E5=8A=9F=E8=83=BD=EF=BC=8C=E4=BF=AE=E5=A4=8D?=
=?UTF-8?q?=E5=88=86=E9=94=80=E7=BB=91=E5=AE=9A=E9=97=AE=E9=A2=98?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
components/ymf-components/ymf-share-popup.vue | 2 +-
distribution/index.vue | 4 ++--
distribution/shop-detail/index.vue | 6 +++++-
3 files changed, 8 insertions(+), 4 deletions(-)
diff --git a/components/ymf-components/ymf-share-popup.vue b/components/ymf-components/ymf-share-popup.vue
index 90c3dd0..754f485 100644
--- a/components/ymf-components/ymf-share-popup.vue
+++ b/components/ymf-components/ymf-share-popup.vue
@@ -110,7 +110,7 @@
}).then(res => {
// console.log('分享组件挂载完毕:shareConfig',res);
// console.log('分享组件挂载完毕:currentOptions',currentOptions);
- if(res){
+ if(res&& typeof res==='object'){
Object.assign(config,res)
const rewardSharePages=res.rewardSharePages.split(',')
const pTag = returnPageTags(path)
diff --git a/distribution/index.vue b/distribution/index.vue
index 6753150..aeee5d0 100644
--- a/distribution/index.vue
+++ b/distribution/index.vue
@@ -102,7 +102,7 @@