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 @@ - 我的社群 + 我的下级 - {{userInfo.bd_spread_count}} + {{userInfo.bd_spread_count||0}} 累计人群 - {{userInfo.bd_spread_pay_price}} + {{userInfo.bd_spread_pay_price||0}} 今日营业额 diff --git a/pages/users/order_confirm/index.vue b/pages/users/order_confirm/index.vue index f3af2a0..f4adfaf 100644 --- a/pages/users/order_confirm/index.vue +++ b/pages/users/order_confirm/index.vue @@ -1,7 +1,7 @@