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(){
this.shopName = uni.getStorageSync('shopName');
this.shopIcon = uni.getStorageSync('shopIcon');
this.region = JSON.parse(uni.getStorageSync('shop')).region;
this.region = uni.getStorageSync('shop').region;
// key
const { keys } = uni.getStorageInfoSync();
const data = {};

Loading…
Cancel
Save