We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a132f07 commit d9f4336Copy full SHA for d9f4336
src/components/DiyEditor/components/mobile/PromotionPoint/index.vue
@@ -67,9 +67,8 @@
67
:style="{ color: property.fields.price.color }"
68
class="text-16px"
69
>
70
- {{ spu.point }}积分{{
71
- !spu.pointPrice || spu.pointPrice === 0 ? '' : `+${fenToYuan(spu.pointPrice)}元`
72
- }}
+ {{ spu.point }}积分
+ {{ !spu.pointPrice || spu.pointPrice === 0 ? '' : `+${fenToYuan(spu.pointPrice)}元` }}
73
</span>
74
<!-- 市场价 -->
75
<span
0 commit comments