wx.setStorageSync('zxShopId', zxShopId);
//wx.setStorageSync('local_shop_id', zxShopId);
let tempShopId = Number(wx.getStorageSync('local_shop_id'))
wx.removeStorageSync('local_shop_id');
微信扫一扫
wx.setStorageSync('zxShopId', zxShopId);
//wx.setStorageSync('local_shop_id', zxShopId);
let tempShopId = Number(wx.getStorageSync('local_shop_id'))
wx.removeStorageSync('local_shop_id');
相关推荐