Commit 94aa895d authored by Bill's avatar Bill

Merge branch 'dev' of http://10.0.0.22:3000/lingxi/lingxi-mall into dev

parents e70c56ce bccabccf
......@@ -113,6 +113,7 @@ const Recommand: React.FC<RecommandPropsType> = (props) => {
categoryId,
memberId,
roleId,
shopId: mallInfo.id,
}
getTemplateAdornWebSelfMemberCategoryAdorn(param).then(res => {
......
......@@ -123,6 +123,7 @@ const Page: SFC<Props> = (props: Props): JSX.Element => {
categoryId,
memberId,
roleId,
shopId: mallId,
}
getTemplateAdornWebSelfMemberCategoryAdorn(param).then(res => {
......
......@@ -90,9 +90,9 @@ const MallLayout: SFC<LayoutProps> = (
<ShopTop
shopMessage={{ ...shopMessage }}
logo={mallInfo?.logoUrl}
shopId={shopMessage ? shopMessage.id : "1"}
shopId={shopMessage ? shopMessage.id : ""}
/>
<ShopNav shopId={shopMessage ? shopMessage.id : "1"} />
<ShopNav shopId={shopMessage ? shopMessage.id : ""} />
<div className={styles.container}>
{shopMessage
? props.children &&
......
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