|
|
@@ -68,7 +68,7 @@
|
|
|
<view class="has-color-button">选颜色</view>
|
|
|
</view>
|
|
|
<view v-if="productItem.presell == 1 || Number(productItem.reachNum)>0" style="position:absolute;top:145upx;font-size:26upx;color:#3385ff;white-space: normal;word-wrap: break-word;">
|
|
|
- <text style="font-weight:bold;">满{{productItem.reachNum}}扎 ¥{{productItem.reachPrice}}<block v-if="productItem.presell == 0">(提交订单后自动优惠)</block></text>
|
|
|
+ <text style="font-weight:bold;">满{{productItem.reachNum}}扎 ¥{{productItem.reachPrice}}<block v-if="productItem.presell == 0">(提交订单后优惠)</block></text>
|
|
|
<block v-if="productItem.presell && productItem.presell == 1"><block v-if="Number(productItem.reachNum)>0">,</block>到货日期:
|
|
|
<block v-if="!$util.isEmpty(productItem.presellDateShow)">
|
|
|
<text v-for="(dateItem, dateIndex) in productItem.presellDateShow" :key="dateIndex" style="">{{dateItem}}<text v-if="dateIndex!=productItem.presellDateShow.length-1">,</text></text>
|