|
|
@ -66,12 +66,20 @@ |
|
|
<view style="flex-shrink:0">订单备注:</view> |
|
|
<view style="flex-shrink:0">订单备注:</view> |
|
|
<input type="text" bindinput="inputRemark" data-index="{{index}}" placeholder="选填"></input> |
|
|
<input type="text" bindinput="inputRemark" data-index="{{index}}" placeholder="选填"></input> |
|
|
</view> --> |
|
|
</view> --> |
|
|
<coupon bind:getNewCoupon = 'getNewCoupon' id="coupon" wx:if="{{!kjId && !gp_id}}" money="{{showPrice + postFee}}" sku="{{sku_id}}"></coupon> |
|
|
<coupon bind:getNewCoupon = 'getNewCoupon' id="coupon" wx:if="{{showCoupon && !kjId && !gp_id}}" money="{{showPrice + postFee}}" sku="{{sku_id}}"></coupon> |
|
|
|
|
|
|
|
|
<view class="fixed-bottom"> |
|
|
<view class="fixed-bottom"> |
|
|
<view class="fixed-price-box"> |
|
|
<view class="fixed-price-box"> |
|
|
<text>合计:</text> |
|
|
|
|
|
<text class="price">¥{{((showPrice + postFee - (coupon?coupon.activity.money:0))>0?(showPrice + postFee - (coupon?coupon.activity.money:0)):0)/100}}</text> |
|
|
<view wx:if="{{coupon && coupon.activity.discount_type != 'pricebreak'}}"> |
|
|
|
|
|
<text>合计:</text><text |
|
|
|
|
|
class="price">¥{{((showPrice + postFee)* coupon.activity.fold/10)>0?((showPrice + postFee)* coupon.activity.fold/10)/100:0}}</text> |
|
|
|
|
|
</view> |
|
|
|
|
|
<view wx:else> |
|
|
|
|
|
<text>合计:</text> |
|
|
|
|
|
<text class="price">¥{{((showPrice + postFee - (coupon?coupon.activity.money:0))>0?(showPrice + postFee - (coupon?coupon.activity.money:0)):0)/100}}</text> |
|
|
|
|
|
</view> |
|
|
|
|
|
|
|
|
</view> |
|
|
</view> |
|
|
<view class="fixed-btn" bindtap="order">下一步</view> |
|
|
<view class="fixed-btn" bindtap="order">下一步</view> |
|
|
</view> |
|
|
</view> |