|
|
@@ -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()
|
|
|
|