From ea3fb0fe0fd62c8459f3fab7ca1c21b5fdb74f41 Mon Sep 17 00:00:00 2001
From: YeMingfei666 <1619116647@qq.com>
Date: Sat, 31 Jan 2026 09:27:01 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=88=86=E4=BA=AB=E9=83=A8?=
=?UTF-8?q?=E5=88=86=E6=98=BE=E7=A4=BA=E9=97=AE=E9=A2=98?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
common/config.js | 2 +-
components/popup-distribution-group-code.vue | 2 +-
components/ymf-components/ymf-share-popup.vue | 2 +-
distribution/shop-detail/index.vue | 2 +-
pages/product/index.vue | 2 +-
5 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/common/config.js b/common/config.js
index 1273981..41cc002 100644
--- a/common/config.js
+++ b/common/config.js
@@ -1,6 +1,6 @@
// const debug = process.env.NODE_ENV == 'development' ? true : false;
// const debug = false; // false线上 true本地
-const debug = true; // false线上 true本地
+const debug = false; // false线上 true本地
let baseUrl = ''
let baseUrlwws = ''
diff --git a/components/popup-distribution-group-code.vue b/components/popup-distribution-group-code.vue
index 131124b..7e79c88 100644
--- a/components/popup-distribution-group-code.vue
+++ b/components/popup-distribution-group-code.vue
@@ -28,7 +28,7 @@ import { ref, onMounted } from 'vue';
import { centerConfig,distributionEditIn } from '@/common/api/market/distribution.js';
import { checkArrayElementsExist } from '@/utils/util.js';
-const shopInfo = ref('');
+const shopInfo = defineModel('shopInfo');
const props = defineProps({
type: {
diff --git a/components/ymf-components/ymf-share-popup.vue b/components/ymf-components/ymf-share-popup.vue
index 95d8b68..90c3dd0 100644
--- a/components/ymf-components/ymf-share-popup.vue
+++ b/components/ymf-components/ymf-share-popup.vue
@@ -114,7 +114,7 @@
Object.assign(config,res)
const rewardSharePages=res.rewardSharePages.split(',')
const pTag = returnPageTags(path)
- if( pTag&&rewardSharePages.includes(pTag)&¤tOptions.fromUserId&&res.isSharedUserPopup){
+ if( pTag&&rewardSharePages.includes(pTag)&¤tOptions.fromUserId&&res.isSharedUserPopup&&res.isEnabled){
show.value=true
}
// if(res.sharedUserCouponId&&res.sharedUserCouponNum){
diff --git a/distribution/shop-detail/index.vue b/distribution/shop-detail/index.vue
index 5c61688..dad8a97 100644
--- a/distribution/shop-detail/index.vue
+++ b/distribution/shop-detail/index.vue
@@ -221,7 +221,7 @@
-
+
diff --git a/pages/product/index.vue b/pages/product/index.vue
index b1a6dc4..25868c4 100644
--- a/pages/product/index.vue
+++ b/pages/product/index.vue
@@ -192,7 +192,7 @@
-
+