|
|
|
@ -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 = {}; |
|
|
|
|