Skip to content

Commit c697824

Browse files
committed
修改添加商品商品简介、修改装修主页商品价格显示
1 parent 456f3d2 commit c697824

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/components/DiyEditor/components/mobile/ProductCard/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
class="text-16px"
6868
:style="{ color: property.fields.price.color }"
6969
>
70-
¥{{ fenToYuan(spu.price) }}
70+
¥{{ fenToYuan(spu.price as any) }}
7171
</span>
7272
<!-- 市场价 -->
7373
<span

src/views/mall/product/spu/form/InfoForm.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
:show-word-limit="true"
4646
class="w-80!"
4747
maxlength="128"
48-
placeholder="请输入商品名称"
48+
placeholder="请输入商品简介"
4949
type="textarea"
5050
/>
5151
</el-form-item>

0 commit comments

Comments
 (0)