提交 daf6abab 作者: 翁进城

商品详情优化

上级 7b811692
......@@ -89,8 +89,8 @@ export default function MallDetail() {
<div className={`${styles.font1} ${styles.ellipsis}`}>
{detail?.goodsName}
</div>
<div className={`${styles.font2} ${styles.ellipsis}`}>
交通事故处理、违章取证、指挥调度、日常巡
<div className={`${styles.font2} ${styles.ellipsis}`} style={{height: 22}}>
{detail?.goodsDesc}
</div>
<Space
size={24}
......
......@@ -22,6 +22,7 @@ export interface GetAppGoodsInfoDetailResult {
shelfStatus?: number;
otherService?: OtherService[];
question?: Question[];
goodsDesc?: string
}
export interface GoodsDetail {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论