wangn пре 5 година
родитељ
комит
6c36acb596
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      hdApp/src/mixins/globalMixins.js

+ 1 - 0
hdApp/src/mixins/globalMixins.js

@@ -35,6 +35,7 @@ export default {
 			uni.setStorageSync('account', option.account)
 			uni.setStorageSync('account', option.account)
 		}
 		}
     uni.setStorageSync('currentQuery', JSON.stringify(option))
     uni.setStorageSync('currentQuery', JSON.stringify(option))
+    console.log(uni.getStorageSync('SHOP_ADMIN_STROAGE_SHOW'),'this.shopAdminId', this.getLoginInfo, this.getLoginInfo.openShop)
 	},
 	},
 	onShow(){
 	onShow(){
 		if (isLogin()&&!this.$util.isEmpty(this.getLoginInfo)) {
 		if (isLogin()&&!this.$util.isEmpty(this.getLoginInfo)) {