|
|
@ -12,7 +12,7 @@ |
|
|
<view class="box-title" style="margin-top:15rpx"><text style="margin-right:20rpx">{{info.order_product_list[0].consignee_info.name}}</text><text>{{info.order_product_list[0].consignee_info.tel}}</text></view> |
|
|
<view class="box-title" style="margin-top:15rpx"><text style="margin-right:20rpx">{{info.order_product_list[0].consignee_info.name}}</text><text>{{info.order_product_list[0].consignee_info.tel}}</text></view> |
|
|
<view style="font-size:26rpx;color:#333;line-height:50rpx"><text style="color:#0B898E;margin-right:10rpx" class="iconfont icon-location"></text>{{info.order_product_list[0].consignee_info.address}}</view> |
|
|
<view style="font-size:26rpx;color:#333;line-height:50rpx"><text style="color:#0B898E;margin-right:10rpx" class="iconfont icon-location"></text>{{info.order_product_list[0].consignee_info.address}}</view> |
|
|
</view> |
|
|
</view> |
|
|
<sptj></sptj> |
|
|
<sptj ids="{{ ids }}"></sptj> |
|
|
<view class="box" wx:if="{{info}}" style="padding-bottom:0"> |
|
|
<view class="box" wx:if="{{info}}" style="padding-bottom:0"> |
|
|
<view wx:if="{{info.order_product_list && info.order_product_list.length>0}}" class="product-info" wx:for="{{info.order_product_list}}"> |
|
|
<view wx:if="{{info.order_product_list && info.order_product_list.length>0}}" class="product-info" wx:for="{{info.order_product_list}}"> |
|
|
<view class="product-info-top"> |
|
|
<view class="product-info-top"> |
|
|
@ -52,7 +52,7 @@ |
|
|
<view class="btn" wx:elif="{{info.stateNums.WAIT_DELIVERY==info.order_product_list.length}}">确认收货</view> |
|
|
<view class="btn" wx:elif="{{info.stateNums.WAIT_DELIVERY==info.order_product_list.length}}">确认收货</view> |
|
|
<view class="btn" wx:if="{{info.state=='PAID'}}" bindtap="refund">申请退款</view> |
|
|
<view class="btn" wx:if="{{info.state=='PAID'}}" bindtap="refund">申请退款</view> |
|
|
<view class="btn" wx:if="{{info.state=='UNPAID'}}" bindtap="close">取消订单</view> |
|
|
<view class="btn" wx:if="{{info.state=='UNPAID'}}" bindtap="close">取消订单</view> |
|
|
<navigator url="/pages/order/comment/index?id={{info.order_id}}" class="btn active1" wx:if="{{info.state=='WAIT_COMMENT'}}">去评价</navigator> |
|
|
<navigator url="/pages/order/comment/index?id={{info.order_id}}&proId={{info.order_product_list[0].product_id}}" class="btn active1" wx:if="{{info.state=='WAIT_COMMENT'}}">去评价</navigator> |
|
|
<navigator url="/pages/order/pay/index?id={{id}}" class="btn active" wx:if="{{info.state=='UNPAID'}}">立即支付</navigator> |
|
|
<navigator url="/pages/order/pay/index?id={{id}}" class="btn active" wx:if="{{info.state=='UNPAID'}}">立即支付</navigator> |
|
|
<navigator url="../expressInfo/index?id={{info.order_id}}" class="btn" wx:if="{{info.post_detail_list.length>0}}">查询快递</navigator> |
|
|
<navigator url="../expressInfo/index?id={{info.order_id}}" class="btn" wx:if="{{info.post_detail_list.length>0}}">查询快递</navigator> |
|
|
</view> |
|
|
</view> |
|
|
|