|
|
@@ -268,7 +268,7 @@
|
|
|
<block v-if="detailInfo.book == 1 && detailInfo.status == 2 && parseFloat(detailInfo.actPrice) == 0">
|
|
|
</block>
|
|
|
<block v-else>
|
|
|
- <text style="position:absolute;left:155upx;top:103upx;color:#3385FF;" @click="giveItemFn(s)">{{ s.ratioType == 1 ? '若干支装' : (s.ratioType == 0 ? s.ratio + '支装' : '发起赠送') }}</text>
|
|
|
+ <text style="position:absolute;left:155upx;top:103upx;color:#3385FF;" @click="giveItemFn(s)">{{ Number(s.ratioType) == 1 ? '若干支装' : (s.ratioType != null && Number(s.ratioType) == 0) ? s.ratio + '支装' : '发起赠送' }}</text>
|
|
|
</block>
|
|
|
|
|
|
<text v-if="detailInfo.book == 1" style="position:absolute;left:155upx;top:65upx;color:#999999;">预订 {{ parseFloat(s.xhPreNum) }}{{s.xhUnitName}} x ¥{{ s.xhUnitPrice?parseFloat(s.xhUnitPrice):0 }}</text>
|