refund.wxml 2.6 KB

1
  1. <view class="wrap data-v-00f862a3"><navbar vue-id="60491518-1" iSimmersive="{{false}}" title-color="#ffffff" background="#c30d24" placeholder="{{true}}" title="退款详情" class="data-v-00f862a3" bind:__l="__l"></navbar><block wx:if="{{isError}}"><info vue-id="60491518-2" class="data-v-00f862a3" bind:__l="__l"></info></block><block wx:if="{{!isError}}"><view class="data-v-00f862a3"><view class="goods data-v-00f862a3"><view class="title data-v-00f862a3"><text class="data-v-00f862a3">{{"共"+$root.g0+"件商品"}}</text></view><view class="goods-box data-v-00f862a3"><block wx:for="{{order.item}}" wx:for-item="value" wx:for-index="index" wx:key="index"><view class="goods-item clear data-v-00f862a3"><view class="goods-img data-v-00f862a3"><image src="{{value.thumb_image}}" class="data-v-00f862a3"></image></view><view class="goods-info data-v-00f862a3"><view class="t data-v-00f862a3"><text class="data-v-00f862a3">{{value.title}}</text><text class="data-v-00f862a3">{{"¥"+value.sell_price}}</text></view><view class="b data-v-00f862a3"><text class="data-v-00f862a3">{{value.spec}}</text><text class="data-v-00f862a3">{{"× "+value.nums}}</text></view></view></view></block></view></view><view class="order data-v-00f862a3"><view class="list clear data-v-00f862a3"><view class="list-box clear data-v-00f862a3"><view class="data-v-00f862a3">商品金额:</view><view class="data-v-00f862a3">{{order.real_amount}}</view></view><view class="list-box clear data-v-00f862a3"><view class="data-v-00f862a3">运费金额:</view><view class="data-v-00f862a3">{{order.payable_freight}}</view></view><view class="list-box clear data-v-00f862a3"><view class="data-v-00f862a3">订单总额:</view><view class="money data-v-00f862a3">{{order.order_amount}}</view></view><block wx:if="{{!order.is_refund}}"><view class="list-box clear data-v-00f862a3"><textarea style="width:100%;height:100rpx;" placeholder="请填写退款说明" maxlength="200" data-event-opts="{{[['blur',[['bindTextAreaBlur',['$event']]]]]}}" bindblur="__e" class="data-v-00f862a3"></textarea></view></block><block wx:else><view class="list-box clear data-v-00f862a3"><view style="width:100%;" class="data-v-00f862a3">拒绝原因:</view><view style="width:100%;text-align:left;word-wrap:break-word;line-height:30rpx;" class="data-v-00f862a3"><text class="data-v-00f862a3">{{order.refund_msg}}</text></view></view></block></view></view><block wx:if="{{!order.is_refund}}"><view class="btn data-v-00f862a3"><view data-event-opts="{{[['tap',[['onSubmit',['$event']]]]]}}" bindtap="__e" class="data-v-00f862a3">申请退款</view></view></block></view></block></view>