Commit 9812c17e authored by GuanHua's avatar GuanHua

feat:显示渠道商城名称

parent b4b55fa1
......@@ -74,7 +74,7 @@ const LXChannelLayout: React.FC<LXChannelLayoutPropsType> = (props) => {
return (
<div className={styles.lxmall_page}>
<TopBar langComponent={<SelectLang />} />
<TopBar langComponent={<SelectLang />} name={shopInfo?.company} />
<div className={styles.content}>
{
!menuRouter?.hideHeader && (
......
......@@ -73,7 +73,7 @@ const LXIChannelLayout: React.FC<LXIChannelLayoutPropsType> = (props) => {
return (
<div className={styles.lxmall_page}>
<TopBar langComponent={<SelectLang />} />
<TopBar langComponent={<SelectLang />} name={shopInfo?.company} />
<div className={styles.content}>
{
!menuRouter?.hideHeader && (
......
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