|
@@ -43,7 +43,7 @@
|
|
|
<view class="info-line">
|
|
<view class="info-line">
|
|
|
<text class="item-name">{{ s.name }}</text>
|
|
<text class="item-name">{{ s.name }}</text>
|
|
|
<text class="item-price">
|
|
<text class="item-price">
|
|
|
- <text class="unit">{{s.xhNum}}{{s.xhUnitName}}</text>
|
|
|
|
|
|
|
+ <text class="unit">{{s.xhNum}}{{s.xhUnitName}} x ¥{{s.xhUnitPrice?parseFloat(s.xhUnitPrice):0}}</text>
|
|
|
</text>
|
|
</text>
|
|
|
</view>
|
|
</view>
|
|
|
<view class="info-line">
|
|
<view class="info-line">
|