Fix:2908 【商城小程序】搜索结果--商品价格过长时商品原价超出商品框
This commit is contained in:
@@ -68,7 +68,7 @@
|
||||
<view class="text">
|
||||
<view class="name more-t">{{ item.storeName }}</view>
|
||||
<view class="vip acea-row row-between-wrapper">
|
||||
<view class="flex ai-end">
|
||||
<view class="ai-end" :class="{'flex': force2Decimal(item.price).length < 6}">
|
||||
<view class="money">
|
||||
¥
|
||||
<text class="num" v-if="item.vipPrice && item.vipPrice > 0">{{ force2Decimal(item.vipPrice) }}</text>
|
||||
|
||||
Reference in New Issue
Block a user