twt 3 年之前
父节点
当前提交
7d14308059
共有 1 个文件被更改,包括 3 次插入2 次删除
  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++
 				}