|
|
@@ -301,7 +301,9 @@ export default {
|
|
|
that.$store.commit('setMyShopInfo', { ...res.data.shop, ...res.data })
|
|
|
})
|
|
|
that.$store.commit('setLoginInfo', { ...subRes.data.admin, ...subRes.data })
|
|
|
- getUser(true).then(res => { uni.setNavigationBarTitle({ title: res.name }) })
|
|
|
+ getUser(true).then(res => {
|
|
|
+ uni.setNavigationBarTitle({ title: res.name })
|
|
|
+ })
|
|
|
that.setUserShopAll()
|
|
|
// #ifdef APP-PLUS
|
|
|
//保存安卓的clientId
|
|
|
@@ -312,8 +314,11 @@ export default {
|
|
|
replaceClientId({id:currentClientId})
|
|
|
}
|
|
|
// #endif
|
|
|
+
|
|
|
}
|
|
|
+
|
|
|
this.$util.pageTo({url: "/pagesClient/official/result", type:2})
|
|
|
+
|
|
|
});
|
|
|
}
|
|
|
},
|