提交 daf6abab 作者: 翁进城

商品详情优化

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