This commit is contained in:
YeMingfei666 2024-11-18 15:20:38 +08:00
commit e0ea0f32b0
1 changed files with 1 additions and 2 deletions

View File

@ -242,7 +242,7 @@
itemId: '', // scroll-viewid itemId: '', // scroll-viewid
tabbar: storageManage.cacheGoods() || [], tabbar: storageManage.cacheGoods() || [],
menuItemPos: [], menuItemPos: [],
arr: storageManage.cacheGoodsNode() || [], // arr: [], //
scrollRightTop: 0, // scroll-view scrollRightTop: 0, // scroll-view
timer: null, // timer: null, //
topZhanwei: 136 + 24, topZhanwei: 136 + 24,
@ -1110,7 +1110,6 @@
}) })
data.arr = arr data.arr = arr
console.log(data.arr); console.log(data.arr);
storageManage.cacheGoodsNode(data.arr)
resolve(); resolve();
}).exec() }).exec()
}) })