为了账号安全,请及时绑定邮箱和手机立即绑定

点击收藏,如何向localStorage上的数组push数据

点击收藏,如何向localStorage上的数组push数据

慕姐4208626 2018-12-16 16:40:04
问题描述1.点击收藏时候把当前商品缓存到本地,后台已经把商品数据放在了头部,我直接调用就行了。我点击不同商品四次,没用追加到数组中,请问代码中怎么把后面点击的商品 追加到同一个数组中        Wishlist:function () {            var array = [];             let adrObj = {                'id': misslove.product.info.id,                'name':misslove.product.info.name,                'image':misslove.product.info.image,                'href':misslove.product.info.href,             };            array[0]= adrObj;             store.set(misslove.product.info.id,array); // 存储对象 - 自动调用 JSON.stringify//            var user = store.get(misslove.product.info.id,array); // 获取存储的对象 - 自动执行 JSON.parse             console.log(user);             store.forEach(function(key, array) {                 console.log( array)             })  // 遍历所有存储         },
查看完整描述

1 回答

  • 1 回答
  • 0 关注
  • 1000 浏览

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信