|
@@ -120,7 +120,7 @@
|
|
|
<text class="item-price">
|
|
<text class="item-price">
|
|
|
<text class="unit"></text>
|
|
<text class="unit"></text>
|
|
|
<text class="price">
|
|
<text class="price">
|
|
|
- <text v-if="detailInfo.stockChange == 1">{{parseFloat(s.xhNum)}}{{s.xhUnitName}} x ¥{{parseFloat(s.xhUnitPrice)}}</text>
|
|
|
|
|
|
|
+ <text v-if="detailInfo.stockChange == 1">{{parseFloat(s.xhNum)}}{{s.xhUnitName}} * ¥{{parseFloat(s.xhUnitPrice)}}</text>
|
|
|
<text></text>
|
|
<text></text>
|
|
|
</text>
|
|
</text>
|
|
|
</text>
|
|
</text>
|
|
@@ -714,12 +714,11 @@ export default {
|
|
|
width:360upx;
|
|
width:360upx;
|
|
|
}
|
|
}
|
|
|
.item-price {
|
|
.item-price {
|
|
|
- color: #333;
|
|
|
|
|
- font-size: 22upx;
|
|
|
|
|
|
|
+ color:black;
|
|
|
|
|
+ font-weight:bold;
|
|
|
|
|
+ font-size: 28upx;
|
|
|
.price {
|
|
.price {
|
|
|
font-size: 27upx;
|
|
font-size: 27upx;
|
|
|
- color:black;
|
|
|
|
|
- font-weight:bold;
|
|
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
.item-type {
|
|
.item-type {
|