修改代客下单布局节点信息不再获取缓存,缓存会导致左右联动出现问题

This commit is contained in:
2024-11-18 15:19:40 +08:00
parent f80de032d8
commit 94d91a14b4

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()
})