shish 4 месяцев назад
Родитель
Сommit
dd4f306146
1 измененных файлов с 0 добавлено и 6 удалено
  1. 0 6
      hdApp/src/mixins/globalMixins.js

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

@@ -72,9 +72,6 @@ export default {
 						that.$store.commit('setMyShopInfo', { ...res.data.shop, ...res.data })
 					})
 					that.$store.commit('setLoginInfo', { ...subRes.data.admin, ...subRes.data })
-					getShopInfo(true).then(res => { 
-						uni.setNavigationBarTitle({ title: res.name })
-					})
 					that.setUserShopAll()
 
 					that.init()
@@ -109,9 +106,6 @@ export default {
 							that.$store.commit('setMyShopInfo', { ...res.data.shop, ...res.data })
 						})
 						that.$store.commit('setLoginInfo', { ...subRes.data.admin, ...subRes.data })
-						getShopInfo(true).then(res => { 
-							uni.setNavigationBarTitle({ title: res.name })
-						})
 						that.setUserShopAll()
 						that.init()