zhengkaixin 1 year ago
parent
commit
0b4b767132
2 changed files with 3 additions and 3 deletions
  1. 2 2
      pages/index/index.vue
  2. 1 1
      pages/user/sharePicc.vue

+ 2 - 2
pages/index/index.vue

@@ -1964,11 +1964,11 @@
 		width: 91.4%;
 		margin: 0 auto;
 		border-radius: 12px;
-		height: 120px;
+		height: 100px;
 		overflow: hidden;
 
 		/deep/uni-swiper{
-			height: 120px !important;
+			height: 100px !important;
 		}
 	}
 

+ 1 - 1
pages/user/sharePicc.vue

@@ -216,7 +216,7 @@
 				if(obj){
 					var time1 =new Date().getTime()
 					var time2 =obj.time;
-					if(time1-time2<1000*60*60){
+					if(time1-time2<1000*60*5){
 						this.shareUserId = obj.sid;
 					}