wx.setStorageSync('zxShopId', zxShopId);
//wx.setStorageSync('local_shop_id', zxShopId);
let tempShopId = Number(wx.getStorageSync('local_shop_id'))
wx.removeStorageSync('local_shop_id');
小程序 本地存储
阅读 64
2022-07-14
wx.setStorageSync('zxShopId', zxShopId);
//wx.setStorageSync('local_shop_id', zxShopId);
let tempShopId = Number(wx.getStorageSync('local_shop_id'))
wx.removeStorageSync('local_shop_id');
相关推荐
精彩评论(0)