Commit 6ecb1061 by maolipeng

Merge branch 'feature/maolipeng/youhua' into dev

parents 4666e676 0b509bc3
...@@ -82,7 +82,7 @@ function Header(props) { ...@@ -82,7 +82,7 @@ function Header(props) {
function getTopLeftLogo() { function getTopLeftLogo() {
if (User.getToken()) { if (User.getToken()) {
StoreService.getStoreDetail({storeId:User.getStoreId}) StoreService.getStoreDetail({storeId:User.getStoreId()})
.then(res=> { .then(res=> {
setTopLeftLogo(res.result.logo) setTopLeftLogo(res.result.logo)
}) })
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment