提交 4370dd4f 作者: ZhangLingKun

测试:测试推送部署

上级 3329c9ca
流水线 #7180 已失败 于阶段
in 1 分 59 秒
......@@ -12,6 +12,12 @@
/build
/dist
# next.js
/.next/
/out/
/.dev/
/.dist/
# misc
.DS_Store
.env.local
......
......@@ -334,7 +334,7 @@ export type ListCompanyInfoByCoopIdType = InterListFunction<
}
>;
// 商品-推荐商品
type mallGoodsType = {
type MallGoodsType = {
/**
* 一级分类id
*/
......@@ -532,7 +532,7 @@ export type RecommendGoodsType = InterFunction<
*/
updateTime?: null;
};
mallGoodsList: mallGoodsType[];
mallGoodsList: MallGoodsType[];
}[]
>;
// 项目资讯-新闻列表
......
import styled from 'styled-components';
export default function Style() {
return <></>;
}
export const HomeSearchWrap = styled.div`
position: relative;
width: 100%;
......
import styled from 'styled-components';
export default function Style() {
return <></>;
}
export const HomeTabWrap = styled.div`
position: relative;
height: 100%;
......
import styled from 'styled-components';
export default function Style() {
return <></>;
}
export const HomeWrap = styled.div`
width: 100%;
//height: 100vh;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论