This commit is contained in:
2024-11-18 15:20:38 +08:00

View File

@@ -242,7 +242,7 @@
itemId: '', // 栏目右边scroll-view用于滚动的id
tabbar: storageManage.cacheGoods() || [],
menuItemPos: [],
arr: storageManage.cacheGoodsNode() || [], //左右联动布局节点信息
arr: [], //左右联动布局节点信息
scrollRightTop: 0, // 右边栏目scroll-view的滚动条高度
timer: null, // 定时器
topZhanwei: 136 + 24,
@@ -1110,7 +1110,6 @@
})
data.arr = arr
console.log(data.arr);
storageManage.cacheGoodsNode(data.arr)
resolve();
}).exec()
})