This website works better with JavaScript.
首頁
說明
登入
heuzef
/
pinry
镜像来自
https://github.com/pinry/pinry.git
關註
1
收藏
0
複製
0
程式碼
問題管理
0
版本發佈
44
Wiki
Activity
瀏覽代碼
Fix: Should return rowSize instead of 7
pull/169/head
winkidney
5 年之前
committed by
Isaac Bythewood
父節點
f2fd4f3095
當前提交
2010224599
共有
1 個文件被更改
,包括
1 次插入
和
1 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+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;
}
Write
Preview
Loading…
取消
儲存