0
点赞
收藏
分享

微信扫一扫

小程序 本地存储

灯火南山 2022-07-14 阅读 64

wx.setStorageSync('zxShopId', zxShopId);
//wx.setStorageSync('local_shop_id', zxShopId);


let tempShopId = Number(wx.getStorageSync('local_shop_id'))



wx.removeStorageSync('local_shop_id');

举报

相关推荐

0 条评论