diff --git a/components/productWindow/index.vue b/components/productWindow/index.vue
index f6b0ea0..0b98763 100644
--- a/components/productWindow/index.vue
+++ b/components/productWindow/index.vue
@@ -60,7 +60,7 @@
数量
-
+
({{minCount}}件起购,最多{{maxCount}}件)
diff --git a/pages/activity/combination_details/index.vue b/pages/activity/combination_details/index.vue
index c7978a9..57e958a 100644
--- a/pages/activity/combination_details/index.vue
+++ b/pages/activity/combination_details/index.vue
@@ -290,10 +290,10 @@
-
+
@@ -378,7 +378,7 @@
import specs from '@/components/specs/index.vue';
import copyPassword from '@/components/copyPassword';
import userEvaluation from '@/components/userEvaluation';
- import shareRedPackets from '@/components/shareRedPackets';
+ // import shareRedPackets from '@/components/shareRedPackets';
import { HTTP_REQUEST_UR } from '@/config/app';
import home from '@/components/home';
import { silenceBindingSpread, configMap } from "@/utils";
@@ -402,7 +402,7 @@
productWindow,
specs,
userEvaluation,
- shareRedPackets,
+ // shareRedPackets,
home,
countDown,
guaranteeTemplate,
diff --git a/pages/activity/presell_details/index.vue b/pages/activity/presell_details/index.vue
index 6f72369..146b8c5 100644
--- a/pages/activity/presell_details/index.vue
+++ b/pages/activity/presell_details/index.vue
@@ -292,10 +292,10 @@
-
+
-
+
@@ -457,7 +457,7 @@
import copyPassword from '@/components/copyPassword';
import productWindow from '@/components/productWindow';
import userEvaluation from '@/components/userEvaluation';
- import shareRedPackets from '@/components/shareRedPackets';
+ // import shareRedPackets from '@/components/shareRedPackets';
import specs from '@/components/specs/index.vue';
import Cache from '@/utils/cache';
import { toLogin } from '@/libs/login.js';
@@ -485,7 +485,7 @@
couponListWindow,
productWindow,
userEvaluation,
- shareRedPackets,
+ // shareRedPackets,
home,
guaranteeTemplate,
copyPassword,
@@ -1108,11 +1108,11 @@
that.$set(that, 'svipPrice', res.data.show_svip_info && res.data.show_svip_info.show_svip_price || false);
if(res.data.is_wholesale==1){
// 批发
- that.productType = 1
+ that.productType = 2
}
if(res.data.is_retail==1){
// 零售
- that.productType = 2
+ that.productType = 1
}
uni.setNavigationBarTitle({
title: storeInfo.store_name.substring(0, 7) + "..."
diff --git a/pages/user/index.vue b/pages/user/index.vue
index fe6879c..df86d31 100644
--- a/pages/user/index.vue
+++ b/pages/user/index.vue
@@ -60,9 +60,9 @@
-
+
+ 推荐人:{{userInfo.spread_name}}
+
绑定手机号
@@ -162,14 +162,14 @@