jufubao-base 1.0.63-beta3 → 1.0.63-beta4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -10,7 +10,7 @@ export default {
|
|
|
10
10
|
cardOrgList:[], //原始数据
|
|
11
11
|
cardList:null, //计算后的卡列表
|
|
12
12
|
cardPageNum: 0, //当前页面
|
|
13
|
-
cardPageLen:
|
|
13
|
+
cardPageLen: 10, //每页获取数据调试
|
|
14
14
|
cardComputedList:[], //当前获取的数据列表
|
|
15
15
|
cardLoading: false, //加载状态值设置
|
|
16
16
|
cardNextTop: 0, //计算到每一个节点的距离顶部Top值
|