tianyi 1 month ago
parent
commit
abda1dd92c
  1. 2
      components/tab-bar/myCenter.vue

2
components/tab-bar/myCenter.vue

@ -103,7 +103,7 @@
init(){ init(){
this.shopName = uni.getStorageSync('shopName'); this.shopName = uni.getStorageSync('shopName');
this.shopIcon = uni.getStorageSync('shopIcon'); this.shopIcon = uni.getStorageSync('shopIcon');
this.region = JSON.parse(uni.getStorageSync('shop')).region; this.region = uni.getStorageSync('shop').region;
// key // key
const { keys } = uni.getStorageInfoSync(); const { keys } = uni.getStorageInfoSync();
const data = {}; const data = {};

Loading…
Cancel
Save