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 @@
-
+