|
|
@ -25,11 +25,30 @@ |
|
|
|
<!-- 加载页面结束 --> |
|
|
|
<block wx:else> |
|
|
|
<view style="padding-bottom: 60px;"> |
|
|
|
<view class="djs" wx:if="{{rstatus == 0}}"> |
|
|
|
<!-- <view class="djs" wx:if="{{rstatus == 0}}"> |
|
|
|
<text>支付关闭: {{clock}}</text> |
|
|
|
<text>{{micro_second}}</text> |
|
|
|
</view> --> |
|
|
|
<view class="status-view"> |
|
|
|
<block wx:if="{{rstatus == 0}}"> |
|
|
|
<view class="statusLabel">待付款</view> |
|
|
|
<view class='statusDesc'></view> |
|
|
|
</block> |
|
|
|
<block wx:elif="{{rstatus == 1}}"> |
|
|
|
<view class="statusLabel">已付款</view> |
|
|
|
<view class='statusDesc'>等待发货</view> |
|
|
|
</block> |
|
|
|
<block wx:elif="{{rstatus == 2}}"> |
|
|
|
<view class="statusLabel">已发货</view> |
|
|
|
<view class='statusDesc'>商家已发货,请及时关注物流信息</view> |
|
|
|
</block> |
|
|
|
<block wx:elif="{{rstatus == 5}}"> |
|
|
|
<view class="statusLabel">交易成功</view> |
|
|
|
<view class='statusDesc'>您的商品已发送给你了,下次再来哦~</view> |
|
|
|
</block> |
|
|
|
<image src="/images/orderDetailsBg.png" mode="scaleToFill"></image> |
|
|
|
</view> |
|
|
|
<view class="top_1" style="border-bottom: 1px solid #eee;"> |
|
|
|
<view class="top_1" style="border-bottom: 20rpx solid#F4F5F6;"> |
|
|
|
<view class="df"> |
|
|
|
<view class='iconfont icon-dizhi' style='margin:auto 0;'></view> |
|
|
|
<view class="df_1 c6"> |
|
|
@ -39,48 +58,36 @@ |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
|
|
|
|
<view class="shopView"> |
|
|
|
<image src="{{list[0].shop_logo}}" mode="aspectFill"></image> |
|
|
|
<text class="left">{{list[0].shop_name}}</text> |
|
|
|
<image class="jiantou-img" src="/images/x_right.png" mode="aspectFill"></image> |
|
|
|
</view> |
|
|
|
<view class="shop df" wx:for="{{list}}" wx:key="key"> |
|
|
|
<navigator url="../product/detail?productId={{item.p_id}}&size={{item.sid}}" hover-class="changestyle"> |
|
|
|
<image class="sh_slt" src="{{item.imgurl}}"></image> |
|
|
|
</navigator> |
|
|
|
<view class="df_1" style='padding-left:7px;'> |
|
|
|
<view class="sp_text"> |
|
|
|
|
|
|
|
<navigator style='width:70%;' url="../product/detail?productId={{item.p_id}}&size={{item.sid}}" hover-class="changestyle"> |
|
|
|
<view class="sp_tit ovh1" style="color: #000;">{{item.p_name}} </view> |
|
|
|
<view class="sp_tit ovh1" style='color:#808080'>[{{item.size}}]</view> |
|
|
|
<view class="sp_tit ovh1" style='color:#999'>[{{item.size}}]</view> |
|
|
|
<view class='price'>¥ {{item.p_price}} </view> |
|
|
|
</navigator> |
|
|
|
|
|
|
|
<view class="sp_jg"> |
|
|
|
|
|
|
|
<view class='guige'>¥ {{item.p_price}} </view> |
|
|
|
<view class='guige'>x{{item.num}}</view> |
|
|
|
|
|
|
|
</view> |
|
|
|
<view style="width: 100%;"> |
|
|
|
<navigator class="font_12 red fl_r mr_5" url="../logistics/logistics?orderId={{item.sNo}}&&courier_num={{item.courier_num}}&&express_id={{item.express_id}}" style='border:1px solid #8a8a8a;color:#8a8a8a;'wx:if="{{item.express_id}}" data-order-id="{{item.id}}">查看物流</navigator> |
|
|
|
<view wx:if="{{item.r_status > 0 && item.r_status < 4 && item.otype =='' && item.r_status != 3}}" bindtap='return_goods' data-order-id="{{item.id}}" style='border:1px solid #8a8a8a;color:#8a8a8a;' class="font_12 red fl_r mr_5">申请售后</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view style='clear:both;'></view> |
|
|
|
<view style='margin-top: 5px;'> |
|
|
|
|
|
|
|
</view> |
|
|
|
<view style='clear:both'></view> |
|
|
|
</view> |
|
|
|
<view style='clear:both'></view> |
|
|
|
</view> |
|
|
|
|
|
|
|
<view style='height:20rpx;background-color:#F4F5F6;'></view> |
|
|
|
<view class="top_1"> |
|
|
|
<view class='ddlb'> |
|
|
|
|
|
|
|
<view class='ddlb_v'> |
|
|
|
<text class="ddlb_v-lift">订单号:</text> |
|
|
|
<text class='fright'>{{sNo}}</text> |
|
|
|
</view> |
|
|
|
|
|
|
|
<view class='ddlb_v'> |
|
|
|
<text class="ddlb_v-lift">时间:</text> |
|
|
|
<text class="ddlb_v-lift">下单时间:</text> |
|
|
|
<text class='fright'>{{add_time}}</text> |
|
|
|
</view> |
|
|
|
|
|
|
@ -104,15 +111,15 @@ |
|
|
|
<text class='fright'>¥{{z_price}}</text> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view style='clear:both'></view> |
|
|
|
</view> |
|
|
|
<view class="top" style='border-top:0;'> |
|
|
|
<view class="top"> |
|
|
|
<view class='ddlb'> |
|
|
|
<view class='ddlb_v' style='font-size:18px;'>实付款<text class='fright' style='color:#f85654;'>¥{{z_price}}</text></view> |
|
|
|
<view class='ddlb_v' style='font-size:32rpx;'>实付款<text class='fright' style='color:#f85654;'>¥{{z_price}}</text></view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
|
|
|
|
<view wx:if="{{rstatus == 0}}" style='margin:15px 0 0 0;border-bottom:1px solid #eee;padding-bottom:15px'> |
|
|
|
<!-- <view wx:if="{{rstatus == 0}}" style='margin:15px 0 0 0;border-bottom:1px solid #eee;padding-bottom:15px'> |
|
|
|
<view class="pay_zf pd"> |
|
|
|
<text class="left" style='font-size:15px;'>选择支付方式</text> |
|
|
|
</view> |
|
|
@ -126,35 +133,28 @@ |
|
|
|
</label> |
|
|
|
</checkbox-group> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class='pay_bottom' wx:if="{{rstatus == 0}}" style='padding-top: 8px'> |
|
|
|
<view class="font_12 red fl_r mr_5" style='border:0;height: 60px;width:100%;padding:0;' > |
|
|
|
|
|
|
|
|
|
|
|
<form bindsubmit="payOrder" report-submit="true" style='width: 90px;height: 50px;float: right;padding-right:12px;'> |
|
|
|
<button class="pay_foot" style='color:{{bgcolor}};border:1px solid {{bgcolor}};border-radius:30px;margin: 12px 0!important;font-size:14px;padding:0;width:90px;height:32px;line-height:32px;float:right' wx:if="{{rstatus == 0}}" data-pay="{{paytype}}" data-orderId="{{id}}" data-price="{{payment}}" data-ordersn="{{sNo}}" formType="submit" wx:if="{{rstatus == 0}}">立即支付</button> |
|
|
|
</form> |
|
|
|
|
|
|
|
<button class="pay_foot" style='color: #808080;height: 50px;border: 1px solid #808080;border-radius: 3px;margin-left: 10px;font-size: 13px;padding: 0;width: 90px;height: 30px;line-height: 30px;float:left' bindtap="t_index" data-order-id="{{id}}" >返回首页</button> |
|
|
|
|
|
|
|
|
|
|
|
<view style='color:#808080;border-color:#808080;font-size:14px;width:60px;height:30px;line-height:30px;border-radius:30px;margin:12px 10px;float:right' class="font_12 red fl_r mr_5 " bindtap="removeOrder" wx:if="{{rstatus == 0}}" data-order-id="{{id}}">取消订单</view> |
|
|
|
|
|
|
|
|
|
|
|
</view> |
|
|
|
</view> |
|
|
|
|
|
|
|
<view class='pay_bottom' wx:if="{{rstatus == 1}}" style='padding-top: 8px'> |
|
|
|
<view class="font_12 red fl_r mr_5" style='border: 0;height: 60px;display: flex;justify-content: flex-end ;width: 100%;padding: 0;' > |
|
|
|
<form bindsubmit="add_fromid" report-submit="true" > |
|
|
|
<button class="pay_foot" style='color: #808080;height: 50px;border: 1px solid #808080;border-radius: 3px;margin: 0;font-size: 13px;padding: 0;width: 90px;height: 30px;line-height: 30px;' bindtap="t_index" data-order-id="{{id}}" >返回首页</button> |
|
|
|
</form> |
|
|
|
<button class="pay_foot" style='color: #fff;background: #FF6347;border-radius: 3px;margin: 0;font-size: 13px;padding: 0;width: 90px;height: 30px;line-height: 30px;' data-orderId="{{id}}" data-ordersn="{{sNo}}" open-type="contact" >联系客服</button> |
|
|
|
|
|
|
|
</view> |
|
|
|
</view> --> |
|
|
|
<view class='pay_bottom'> |
|
|
|
<block wx:if="{{rstatus == 0}}"> |
|
|
|
<view class="normalBtn" bindtap="removeOrder" data-info="{{orderData}}">取消订单</view> |
|
|
|
<view class="confirmBtn" bindtap="payNow" data-info="{{orderData}}">立即付款</view> |
|
|
|
</block> |
|
|
|
<block wx:elif="{{rstatus == 1}}"> |
|
|
|
<view class="confirmBtn" wx:if="{{orderData.delivery_status == 1}}" style="background-color:#ccc;color:white;border:0px;">提醒发货</view> |
|
|
|
<view class="confirmBtn" wx:else bindtap="orderRemind" data-info="{{orderData}}">提醒发货</view> |
|
|
|
</block> |
|
|
|
<block wx:elif="{{rstatus == 2}}"> |
|
|
|
<view class="normalBtn" bindtap="orderLogistics" data-info="{{orderData}}">查看物流</view> |
|
|
|
<view class="confirmBtn" bindtap="confirmOrder" data-info="{{orderData}}">确认收货</view> |
|
|
|
</block> |
|
|
|
<block wx:elif="{{rstatus == 5}}"> |
|
|
|
<view class="deleteBtn" bindtap="deleteOrder" data-info="{{orderData}}">删除订单</view> |
|
|
|
<view class="normalBtn" bindtap="orderLogistics" data-info="{{orderData}}">查看物流</view> |
|
|
|
<view class="confirmBtn" bindtap="evaluateOrder" data-info="{{orderData}}">立即评价</view> |
|
|
|
</block> |
|
|
|
</view> |
|
|
|
|
|
|
|
<view class='pay_bottom' wx:if="{{rstatus != 0 && type1 == 11 && dr != 11}}" style='padding-top: 8px'> |
|
|
|
<!-- <view class='pay_bottom' wx:if="{{rstatus != 0 && type1 == 11 && dr != 11}}" style='padding-top: 8px'> |
|
|
|
<view class="font_12 red fl_r mr_5" style='border: 0;height: 60px;display: flex;justify-content: flex-end ;width: 100%;padding: 0;'> |
|
|
|
<form bindsubmit="getUserformid" report-submit="true"> |
|
|
|
<button class="pay_foot" style='color: #808080;border: 1px solid #808080;border-radius: 3px;margin: 0;font-size: 13px;padding: 0;width: 90px;height: 30px;line-height: 30px;' data-orderId="{{id}}" data-ordersn="{{sNo}}" formType="submit">拼单详情</button> |
|
|
@ -163,9 +163,9 @@ |
|
|
|
<button class="pay_foot" style='color: #fff;background: #FF6347;border-radius: 3px;margin: 0;font-size: 13px;padding: 0;width: 90px;height: 30px;line-height: 30px;' data-orderId="{{id}}" data-ordersn="{{sNo}}" formType="submit">分享好友</button> |
|
|
|
</form> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> --> |
|
|
|
|
|
|
|
<view class='pay_bottom' wx:if="{{rstatus != 0 && otype == 'pt'}}" style='padding-top: 8px'> |
|
|
|
<!-- <view class='pay_bottom' wx:if="{{rstatus != 0 && otype == 'pt'}}" style='padding-top: 8px'> |
|
|
|
<view class="font_12 red fl_r mr_5" style='border: 0;height: 60px;display: flex;justify-content: flex-end ;width: 100%;padding: 0;'> |
|
|
|
<navigator url="../group_buy/cantuan?id={{ptcode}}&groupid={{groupid}}&pro_id={{p_id}}&man_num={{man_num}}"> |
|
|
|
<view style='color: #808080;border: 1px solid #808080;border-radius: 3px;margin: 0;font-size: 13px;padding: 0;width: 90px;height: 30px;line-height: 30px;' class="pay_foot">拼单详情</view> |
|
|
@ -174,8 +174,7 @@ |
|
|
|
<view style='color: #fff;background: #FF6347;border-radius: 3px;margin: 0;font-size: 13px;padding: 0;width: 90px;height: 30px;line-height: 30px;' class="pay_foot">分享好友</view> |
|
|
|
</navigator> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> --> |
|
|
|
|
|
|
|
|
|
|
|
</view> |
|
|
|
</block> |