1 |
- <view class="page data-v-2175f7e1"><block wx:if="{{orderInformation.goods[0].refund.status=='0'||orderInformation.goods[0].refund.status=='3'}}"><view class="top data-v-2175f7e1"><view class="top-title data-v-2175f7e1">请处理退款申请</view><view class="top-detail data-v-2175f7e1">如果您同意,请点击“同意退款”</view></view></block><block wx:else><block wx:if="{{orderInformation.goods[0].refund.status=='2'}}"><view class="top data-v-2175f7e1"><view class="top-title data-v-2175f7e1">您拒绝了退款申请</view><view class="top-detail data-v-2175f7e1">{{'商家:'+orderInformation.goods[0].refund.reason+''}}</view></view></block><block wx:else><view class="top data-v-2175f7e1"><view class="top-title data-v-2175f7e1">您同意了退款申请</view></view></block></block><view class="address data-v-2175f7e1"><view class="name-phone data-v-2175f7e1"><view style="margin-right:20rpx;font-size:32rpx;" class="data-v-2175f7e1">{{orderInformation.address_name}}</view><text class="phone data-v-2175f7e1">{{orderInformation.address_mobile}}</text></view><view class="address-detail data-v-2175f7e1">{{''+orderInformation.full_address+''}}</view></view><block wx:if="{{orderInformation.goods}}"><commodity-detail vue-id="c1a01da2-1" orderInformation="{{orderInformation}}" class="data-v-2175f7e1" bind:__l="__l"></commodity-detail></block><block wx:if="{{orderInformation.goods}}"><application-information vue-id="c1a01da2-2" orderInformation="{{orderInformation}}" class="data-v-2175f7e1" bind:__l="__l"></application-information></block><refuse-popup vue-id="c1a01da2-3" show="{{show}}" data-event-opts="{{[['^close',[['close']]]]}}" bind:close="__e" class="data-v-2175f7e1" bind:__l="__l"></refuse-popup><agree-popup vue-id="c1a01da2-4" agreeShow="{{agreeShow}}" title="请确认是否退款" data-event-opts="{{[['^close',[['close']]]]}}" bind:close="__e" class="data-v-2175f7e1" bind:__l="__l"></agree-popup><block wx:if="{{orderInformation.goods[0].refund.status=='0'||orderInformation.goods[0].refund.status=='3'}}"><view class="footer data-v-2175f7e1"><button data-event-opts="{{[['tap',[['refuseApplication',['$event']]]]]}}" class="btn-1 data-v-2175f7e1" bindtap="__e">拒绝申请</button><button data-event-opts="{{[['tap',[['e0',['$event']]]]]}}" class="btn-2 data-v-2175f7e1" bindtap="__e">同意退款</button></view></block></view>
|