mirror of
http://git.coreshop.cn/jianweie/coreshoppro.git
synced 2025-12-06 19:53:27 +08:00
【优化】将前端所有【原价】两个字修改为【市场价】,防止出现原价被可能解读多意的问题。
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user