|
|
@@ -83,9 +83,9 @@
|
|
|
<view class="info-line">
|
|
|
<text class="item-name">{{ item.name }}</text>
|
|
|
<text class="item-price">
|
|
|
- <text class="unit">¥</text>
|
|
|
+ <text class="unit"></text>
|
|
|
<text class="price">
|
|
|
- {{ item.skPrice ? parseFloat(item.skPrice) : 0 }}
|
|
|
+ ¥{{ item.skPrice ? parseFloat(item.skPrice) : 0 }}
|
|
|
</text>
|
|
|
</text>
|
|
|
</view>
|
|
|
@@ -773,8 +773,8 @@ export default {
|
|
|
justify-content: space-between;
|
|
|
align-items: flex-end;
|
|
|
.item-name {
|
|
|
- color: #666;
|
|
|
- font-size: 28upx;
|
|
|
+ color: #333333;
|
|
|
+ font-size: 30upx;
|
|
|
overflow: hidden;
|
|
|
white-space: nowrap;
|
|
|
text-overflow: ellipsis;
|