修改添加商品商品简介、修改装修主页商品价格显示

pull/553/head
痴货 2024-09-15 16:33:55 +08:00
parent 456f3d210a
commit c697824b09
2 changed files with 2 additions and 2 deletions

View File

@ -67,7 +67,7 @@
class="text-16px" class="text-16px"
:style="{ color: property.fields.price.color }" :style="{ color: property.fields.price.color }"
> >
{{ fenToYuan(spu.price) }} {{ fenToYuan(spu.price as any) }}
</span> </span>
<!-- 市场价 --> <!-- 市场价 -->
<span <span

View File

@ -45,7 +45,7 @@
:show-word-limit="true" :show-word-limit="true"
class="w-80!" class="w-80!"
maxlength="128" maxlength="128"
placeholder="请输入商品名称" placeholder="请输入商品简介"
type="textarea" type="textarea"
/> />
</el-form-item> </el-form-item>