twt %!s(int64=3) %!d(string=hai) anos
pai
achega
7d14308059
Modificáronse 1 ficheiros con 3 adicións e 2 borrados
  1. 3 2
      pages/pc/indexNew.vue

+ 3 - 2
pages/pc/indexNew.vue

@@ -353,8 +353,9 @@
 			},
 			
 			swpBtnRight(){
-				var length=this.recommendList.length
-				var num=Math.ceil(length/2)
+				var length=this.recommendList.length;
+				var num=Math.ceil(length/2)-1
+				console.log(num+'---'+this.swpIndex)
 				if(this.swpIndex<num){
 					this.swpIndex++
 				}