Forráskód Böngészése

flex 不足左对齐

gcz 4 éve
szülő
commit
2f82bb12d7

+ 2 - 1
pages/index/index.css

@@ -31,7 +31,8 @@ page{background-color: #f5f5f5;}
 .type-nav-item-subtil{font-size: 24rpx;color: #999;line-height: 33rpx;font-weight: 400;}
 .type-nav-item.active .active-bg{width: 78rpx;margin-left: -39rpx;height: 54rpx;margin-top: -27rpx;position: absolute;left: 50%;top: 50%;z-index: -1;}
 
-.product-list{display: flex;justify-content: flex-start;flex-wrap: wrap;}
+.product-list{display: flex;justify-content: space-between;flex-wrap: wrap;}
+.product-list::after{content: '';width: 200rpx;}
 .product-list-item{width: 200rpx;height: 200rpx;position: relative;margin-bottom: 18rpx;overflow: hidden;border-radius: 16rpx;text-align: center;}
 .product-list-item:nth-child(3n-1){margin-left: 10rpx;margin-right: 10rpx;}
 .product-list-item .product-img{width: 100%;height: 100%;}

+ 6 - 0
pages/index/index.vue

@@ -237,6 +237,7 @@
 				console.log(this.swiperCurrent);
 			},
 			getProductList(){
+				uni.showLoading({title: '加载中'});
 				this.$api.http.post(this.config.apiBaseurl + '/carbon-h5/wap/goodsManage/pushGoods',{"pageNo":1,"pageSize":6},{
 					header: {
 					Accept:'application/json',
@@ -244,8 +245,10 @@
 				},
 				}).then(res => {
 					this.productList = res.data.retBody;
+					uni.hideLoading();
 					// console.log('res',JSON.parse(JSON.stringify(res.data.retBody)))
 				}).catch(err =>{
+					uni.hideLoading();
 					console.log('err',err)
 				});
 			},
@@ -261,6 +264,7 @@
 				this.getRank(type);
 			},
 			getRank(){
+				uni.showLoading({title: '加载中'});
 				let params = {"type":this.rankType};
 				// console.log('this.thetoken',this.thetoken);
 				this.$api.http.get(this.config.apiBaseurl+'/carbon-h5/wap/carbonVal/getCustomerCarbonValRank',{params:params,header: {Authorization:this.thetoken}}).then(res => {
@@ -276,7 +280,9 @@
 					console.log('this.rankTop',JSON.parse(JSON.stringify(this.rankTop)))
 					this.rankList =this.rankResult.list.slice(3,this.rankResult.list.length);
 					console.log('res',JSON.parse(JSON.stringify(res.data.retBody)))
+					uni.hideLoading();
 				}).catch(err =>{
+					uni.hideLoading();
 					console.log('err',err)
 				});
 			},

+ 2 - 1
pages/index/init.vue

@@ -28,7 +28,8 @@
 			 }
 			 if (launch&&version==this.config.version&&haslogin) {
 			   // 如果已经有,直接去首页
-				   this.goIndex();
+				   // this.goIndex();
+				   this.goLogin();//有问题先每次登录
 			 } else if(launch&&version==this.config.version&&!haslogin){
 				 this.goLogin();				 
 			 } else {

+ 1 - 0
pages/login/loginType.vue

@@ -48,6 +48,7 @@
 		},
 		onShow() {
 			console.log('this.hasLogin',this.hasLogin);
+			console.log('this.$store.state.token',this.$store.state.token);
 			if(this.hasLogin){
 				uni.switchTab({
 					url:'../index/index',

+ 1 - 0
pages/usercenter/certificateList/certificate/certificate.vue

@@ -1,5 +1,6 @@
 <template>
 	<view class="pages">
+		<!-- <web-view src="http://172.16.90.6:8080"></web-view> -->
 		<!-- 画板 -->		
 		<l-painter ref="painter" :board="base"/>
 		<view class="bottom-btn-wrap">