【优化】将前端所有【原价】两个字修改为【市场价】,防止出现原价被可能解读多意的问题。

This commit is contained in:
大灰灰
2022-09-26 21:52:32 +08:00
parent f250a1ee86
commit 37700e0c3a

View File

@@ -61,7 +61,7 @@
<text class="coreshop-font-16 coreshop-text-red coreshop-text-price">
{{item.price}}
</text>
<text class="coreshop-text-through coreshop-font-11 coreshop-margin-left-10 coreshop-text-grey">{{ item.productObj.mktprice || '0.00'}}</text>
<text class="coreshop-text-through coreshop-font-11 coreshop-margin-left-10 coreshop-text-grey">市场{{ item.productObj.mktprice || '0.00'}}</text>
</view>
<view class="cart-shoppingcard-goods-number">
<u-number-box buttonSize="24" integer :name="index" :value="item.nums" @change="toNumberChange" :step="1" :min="0" :max="item.oneCanBuy"></u-number-box>