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