|
|
|
@ -129,9 +129,7 @@ |
|
|
|
<view class="detail-item"> |
|
|
|
<text>运费:</text> |
|
|
|
<view> |
|
|
|
<text style="padding-right: 56rpx;" wx:if="{{info.total_post_fee&&info.order_product_list[0].is_batch_shipment==1}}"> |
|
|
|
¥{{info.total_post_fee/info.order_product_list[0].batch_count/100}} x{{info.order_product_list[0].batch_count}} |
|
|
|
</text> |
|
|
|
<text style="padding-right: 56rpx;" wx:if="{{info.total_post_fee&&info.order_product_list[0].is_batch_shipment==1}}">¥{{info.total_post_fee/info.order_product_list[0].batch_count/100}} x{{info.order_product_list[0].batch_count}}</text> |
|
|
|
<text>{{info.total_post_fee?("¥"+info.total_post_fee/100):"包邮"}}</text> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
@ -160,7 +158,7 @@ |
|
|
|
</view> |
|
|
|
<view class="detail-item" wx:if="{{info.pay_method}}"> |
|
|
|
<text>支付方式:</text> |
|
|
|
<text>{{pay_methods[info.pay_method]}}</text> |
|
|
|
<text>{{info.pay_method_text}}</text> |
|
|
|
</view> |
|
|
|
|
|
|
|
<view class="btns" style="border-top:1rpx solid #ccc;margin-top: 12rpx;" wx:if="{{info.state!='CLOSED'}}"> |
|
|
|
|