修改国际版本
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
lazy-load="true"
|
||||
></image>
|
||||
<view class="product-info">
|
||||
<view class="product-name">{{ order.productName || order.deviceName || '风电者2026新款' }}</view>
|
||||
<view class="product-name">{{ order.productName || order.deviceName || $t('goods.defaultProductNameShort') }}</view>
|
||||
<view style="display: flex;justify-content: space-between;">
|
||||
<view class="product-style">款式:{{ order.optionName || order.style || order.deviceStyle || '标准' }}</view>
|
||||
<view class="product-price">¥ {{ totalAmount }}</view>
|
||||
|
||||
Reference in New Issue
Block a user