diff --git a/src/components/DiyEditor/components/mobile/ProductCard/index.vue b/src/components/DiyEditor/components/mobile/ProductCard/index.vue index f05d4fa91..036d59cee 100644 --- a/src/components/DiyEditor/components/mobile/ProductCard/index.vue +++ b/src/components/DiyEditor/components/mobile/ProductCard/index.vue @@ -67,14 +67,14 @@ class="text-16px" :style="{ color: property.fields.price.color }" > - ¥{{ spu.price }} + ¥{{(spu.price / 100.0).toFixed(2)}} ¥{{ spu.marketPrice }}¥{{ (spu.marketPrice / 100.0).toFixed(2)}}
diff --git a/src/views/mall/product/spu/form/InfoForm.vue b/src/views/mall/product/spu/form/InfoForm.vue index 76a097060..28bd309b0 100644 --- a/src/views/mall/product/spu/form/InfoForm.vue +++ b/src/views/mall/product/spu/form/InfoForm.vue @@ -45,7 +45,7 @@ :show-word-limit="true" class="w-80!" maxlength="128" - placeholder="请输入商品名称" + placeholder="请输入商品简介" type="textarea" />