|
|
@@ -17,7 +17,7 @@
|
|
|
<!-- #endif -->
|
|
|
<view class="item-info">
|
|
|
<view class="info-line">
|
|
|
- <text class="item-name">{{ item.itemName }}</text>
|
|
|
+ <text class="item-name">{{ item.name||'' }}</text>
|
|
|
<text class="item-price">
|
|
|
<text class="unit">¥</text>
|
|
|
<text class="price">{{ parseFloat(item.userPrice)||0 }}</text>
|
|
|
@@ -556,8 +556,9 @@ export default {
|
|
|
justify-content: space-between;
|
|
|
align-items: flex-end;
|
|
|
.item-name {
|
|
|
- color: #666;
|
|
|
+ color: #333333;
|
|
|
font-size: 28upx;
|
|
|
+ font-weight:bold;
|
|
|
}
|
|
|
.item-price {
|
|
|
color: #333;
|