瀏覽代碼

Fix: Should return rowSize instead of 7

pull/169/head
winkidney 5 年之前
committed by Isaac Bythewood
父節點
當前提交
2010224599
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      pinry/static/js/vue/main.js

+ 1
- 1
pinry/static/js/vue/main.js 查看文件

@@ -99,7 +99,7 @@ Vue.component('pin', {
index = index + 1;
var rowNumber = Math.floor(index % rowSize);
if (rowNumber === 0) {
return 7;
return rowSize;
}
return rowNumber;
}


Loading…
取消
儲存