|
@@ -121,14 +121,14 @@
|
|
|
<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}} * ¥{{parseFloat(s.xhUnitPrice)}}</text>
|
|
|
|
|
|
|
+ <text v-if="detailInfo.stockChange == 1">{{parseFloat(s.xhNum)}}{{s.xhUnitName}} × ¥{{parseFloat(s.xhUnitPrice)}}</text>
|
|
|
<text v-else></text>
|
|
<text v-else></text>
|
|
|
</text>
|
|
</text>
|
|
|
</text>
|
|
</text>
|
|
|
</view>
|
|
</view>
|
|
|
<view class="info-line">
|
|
<view class="info-line">
|
|
|
<text class="item-type" v-if="detailInfo.book == 1">
|
|
<text class="item-type" v-if="detailInfo.book == 1">
|
|
|
- <text>预订 {{parseFloat(s.preItemNum)}}{{s.xhUnitName}}*¥{{parseFloat(s.xhPreUnitPrice)}}</text>
|
|
|
|
|
|
|
+ <text>预订 {{parseFloat(s.preItemNum)}}{{s.xhUnitName}} × ¥{{parseFloat(s.xhPreUnitPrice)}}</text>
|
|
|
</text>
|
|
</text>
|
|
|
<text class="item-type" v-else><text></text></text>
|
|
<text class="item-type" v-else><text></text></text>
|
|
|
<text class="item-count" v-if="detailInfo.stockChange == 1">¥{{ parseFloat(s.totalPrice)||0 }}</text>
|
|
<text class="item-count" v-if="detailInfo.stockChange == 1">¥{{ parseFloat(s.totalPrice)||0 }}</text>
|