小程序 本地存储
2018-11-20 本文已影响12人
追逐繁星的阿忠
wx.setStorageSync('zxShopId', zxShopId);
//wx.setStorageSync('local_shop_id', zxShopId);
let tempShopId = Number(wx.getStorageSync('local_shop_id'))
wx.removeStorageSync('local_shop_id');