|
|
@@ -47,14 +47,18 @@ |
|
|
|
</view> |
|
|
|
|
|
|
|
<image class="infoArrow" src="{{chevronUrl}}" mode='widthFix'></image> |
|
|
|
<pay-button tt:if="{{orderStatus}}" id='payBtn' class="goRefundPayBtn" order-status="{{orderStatus}}" |
|
|
|
order-id="{{outOrderId}}" refund-id="{{outRefundOrderId}}" bind:refund="handleRefund" |
|
|
|
bind:applyrefund="applyRefund" bind:error="handleError" /> |
|
|
|
|
|
|
|
<view id='payBtn' tt:if="{{!orderStatus}}" class="goRefund"> |
|
|
|
退款处理中 |
|
|
|
<view tt:if="{{orderStatus != 'noRefund'}}"> |
|
|
|
<pay-button tt:if="{{orderStatus}}" id='payBtn' class="goRefundPayBtn" order-status="{{orderStatus}}" |
|
|
|
order-id="{{outOrderId}}" refund-id="{{outRefundOrderId}}" bind:refund="handleRefund" |
|
|
|
bind:applyrefund="applyRefund" bind:error="handleError" /> |
|
|
|
|
|
|
|
<view id='payBtn' tt:if="{{!orderStatus}}" class="goRefund"> |
|
|
|
退款处理中 |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
|
|
|
|
|
|
|
|
<!-- <view class="goRefund" catchtap="goRefund" data-id="{{order.id}}" |
|
|
|
tt:if="{{order.payment!=0&&(order.couponOrderStatus==0||order.couponOrderStatus==3)}}"> |
|
|
|
{{order.couponOrderStatus==0?'申请退款':'退款进度'}}</view> --> |
|
|
|