优化:文创豆价格组件 - 去掉百分号
This commit is contained in:
parent
1b14fe477c
commit
cf811cfc92
|
|
@ -7,7 +7,7 @@
|
|||
<div class="top-text">文创豆实时价格</div>
|
||||
</div>
|
||||
<div class="left-c-center">
|
||||
<div class="center-price">+{{ info.price }}%</div>
|
||||
<div class="center-price">+{{ info.price }}</div>
|
||||
<div class="center-desc">促进消费增值→重复消费→循环消费→自然裂变消费</div>
|
||||
</div>
|
||||
<div class="left-c-bottom" v-if="info.is_qualification == 1">
|
||||
|
|
|
|||
Loading…
Reference in New Issue