pangqijun hai 1 ano
pai
achega
a21acf3d81

+ 0 - 1
components/my-swiper/my-swiper.vue

@@ -73,7 +73,6 @@
 
 			},
 			getAdsList(type){
-				console.log("+++++++++++++++++++++加载广告+++++++++++++++++++++")
 				getAdsList({
 					type : type
 				}).then(res => {

+ 0 - 1
components/productConSwiperGroupbuying/index.vue

@@ -46,7 +46,6 @@ export default {
 		};
 	},
 	mounted () {
-		console.log(this.imgUrls, 'imgUrls..........');
 		if (this.videoline) {
 			this.imgUrls.shift()
 		}

+ 0 - 2
pages/groupbuying_details/detail/index.vue

@@ -114,11 +114,9 @@ export default {
 		}
 	},
 	created(options) {
-		console.log('???')
 		let that = this;
 			uni.getSystemInfo({
 				success: function (res) {
-					console.log(res,'getSystemInfo')
 					that.albumWidth = res.windowWidth - 30
 					that.height = res.windowHeight;
 					//res.windowHeight:获取整个窗口高度为px,*2为rpx;98为头部占据的高度;

+ 31 - 33
pages/groupbuying_details/index.vue

@@ -1,5 +1,5 @@
 <template>
-	<view>
+	<view v-if="storeInfo.id">
 		<skeleton :show="showSkeleton" :isNodes="isNodes" ref="skeleton" loading="chiaroscuro" selector="skeleton"
 			bgcolor="#FFF"></skeleton>
 
@@ -268,7 +268,7 @@
 				<text class="lookGoodsText">查看商品</text>
 			</view>
 			<view class="lookGoodsNumberView">
-				<text class="lookGoodsNumber">{{storeInfo.goodsList.length}}</text>
+				<text v-if="storeInfo.goodsList" class="lookGoodsNumber">{{storeInfo.goodsList.length}}</text>
 			</view>
 		</view>
 
@@ -279,20 +279,11 @@
 let sysHeight = uni.getSystemInfoSync().statusBarHeight + 'px';
 let windWidth = uni.getSystemInfoSync().windowWidth
 import {detailGroupon, goodsDetail,bindParentId} from '@/api/groupon.js'
-import {
-postBeforeCheck
-} from "@/api/home.js";
 
 import {
 	getUserInfo,
 } from "@/api/user.js";
 
-import {
-	getCartCounts
-} from "@/api/order.js";
-import {
-	toLogin
-} from "@/libs/login.js";
 import {
 	mapGetters
 } from "vuex";
@@ -463,14 +454,14 @@ export default {
 	watch: {
 		isLogin: {
 			handler: function (newV, oldV) {
-				if (newV == true) {
-					uni.navigateTo({
-						url: "/pages/goods_details/index?id="
-							+ this.$Cache.get('GOOD_ID_LOGIN')
-							+ "&inviteCode=" + this.$Cache.get('INVITE_CODE_LOGIN')
-							+ "&zoneType=" + 8
-					})
-				}
+				// if (newV == true) {
+				// 	uni.navigateTo({
+				// 		url: "/pages/goods_details/index?id="
+				// 			+ this.$Cache.get('GOOD_ID_LOGIN')
+				// 			+ "&inviteCode=" + this.$Cache.get('INVITE_CODE_LOGIN')
+				// 			+ "&zoneType=" + 8
+				// 	})
+				// }
 			},
 			deep: true,
 		},
@@ -530,11 +521,11 @@ export default {
 				})
 			}, 1500);
 		} else {
-			uni.showLoading({
-				title: '加载中...'
-			});
+			// uni.showLoading({
+			// 	title: '加载中...'
+			// });
 			this.getGrouponDetail(options.id);
-			setTimeout(()=>{
+			// setTimeout(()=>{
 
 
 			console.log("受邀的推荐码:" + options.inviteCode);
@@ -586,9 +577,9 @@ export default {
 			//记录推广人uid
 			if (options.spid) app.globalData.spid = options.spid;
 			// #endif
-			uni.hideLoading();
+			// uni.hideLoading();
 
-			},500)
+			// },500)
 		}
 
 	},
@@ -911,16 +902,22 @@ export default {
 		},
 
     getGrouponDetail(id) {
+      uni.showLoading({
+      	title: '加载中...'
+      });
       let that = this;
       detailGroupon({grouponId: id}).then((res) => {
-          that.storeInfo = res.data
-		  this.isShowBottom = this.getIsShowBottom(res.data.grouponEndTime)
-		  if (this.isShowBottom ){
-			  this.bottomHeight = '150rpx'
-		  }
-		  setTimeout(() =>{
-			  this.getFirstGoodsTop(res.data.goodsList[0].id);
-		  },2000)
+        uni.hideLoading();
+        that.storeInfo = res.data;
+        this.isShowBottom = this.getIsShowBottom(res.data.grouponEndTime)
+        if (this.isShowBottom) {
+          this.bottomHeight = '150rpx'
+        }
+        setTimeout(() => {
+          this.getFirstGoodsTop(res.data.goodsList[0].id);
+        }, 2000)
+      }).catch(err => {
+        uni.hideLoading();
       })
     },
 
@@ -1053,6 +1050,7 @@ export default {
           title: '请选择商品',
           icon: 'none'
         });
+        this.toGoods1(this.storeInfo.goodsList[0].id)
         return;
       }
       uni.navigateTo({

+ 3 - 3
pages/groupbuying_details/order_details_confirm/index.vue

@@ -97,7 +97,7 @@
 
 				<my-swiper :type=4 ></my-swiper>
 			</view>
-			<orderGoods :cartInfo="cartInfo" :is_confirm='true' :shipping_type="shippingType"></orderGoods>
+<!--			<orderGoods :cartInfo="cartInfo" :is_confirm='true' :shipping_type="shippingType"></orderGoods>-->
 
 			<view class='moneyList'>
 
@@ -246,7 +246,7 @@ import {
 } from '@/config/cache.js';
 import couponListWindow from '@/components/couponListWindow';
 import addressWindow from '@/components/addressWindow';
-import orderGoods from '@/pages/goods/orderGoods/index_mall';
+// import orderGoods from '@/pages/goods/orderGoods/index_mall';
 import home from '@/components/home';
 import {
 	toLogin
@@ -266,7 +266,7 @@ export default {
 		couponListWindow,
 		productConSwiperGroupbuying,
 		addressWindow,
-		orderGoods,
+		// orderGoods,
 		home,
 		// #ifdef MP
 		authorize

+ 1 - 13
pages/users/wechat_login/index.vue

@@ -50,18 +50,6 @@ const app = getApp();
 let statusBarHeight = uni.getSystemInfoSync().statusBarHeight + 'px';
 import mobileLogin from '../components/login_mobile/index.vue';
 import routinePhone from '../components/login_mobile/routine_phone.vue';
-import {
-	getLogo,
-	silenceAuth,
-	getUserPhone,
-	wechatAuthV2
-} from '@/api/public';
-import {
-	LOGO_URL,
-	EXPIRES_TIME,
-	USER_INFO,
-	STATE_R_KEY
-} from '@/config/cache';
 import {
 	getUserInfo
 } from '@/api/user.js';
@@ -253,7 +241,7 @@ export default {
 										//获取当前页面的实例按照数组的顺序排列[0]开始首页,因为我就是首页和我的页面所以分别为0和1
 										let page = getCurrentPages().pop()
 										console.log(page,success, '6666!',page.$vm.$refs.diy);
-										page.$vm.$refs.diy.$refs.latestGroupBuying.onLoadData(0);
+										// page.$vm.$refs.diy.$refs.latestGroupBuying.onLoadData(0);
 									},
 								})
 							}, 2000);