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

This commit is contained in:
YeMingfei666 2024-11-18 15:19:40 +08:00
parent f80de032d8
commit 94d91a14b4
1 changed files with 1 additions and 2 deletions

View File

@ -242,7 +242,7 @@
itemId: '', // scroll-viewid
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()
})