1
|
<view>
|
1
|
<view>
|
2
|
|
2
|
|
3
|
<view style="background:#fff;padding:30rpx;margin-top:20rpx">
|
3
|
<view style="background:#fff;padding:30rpx;margin-top:20rpx">
|
4
|
- <view style="margin-bottom:20rpx">
|
4
|
+ <view wx:if="{{refund_status=='4'}}" style="margin-bottom:20rpx">
|
5
|
<text class="text_black3_34">退税详情</text>
|
5
|
<text class="text_black3_34">退税详情</text>
|
6
|
<view class="light_blue_bg" style="display:flex">
|
6
|
<view class="light_blue_bg" style="display:flex">
|
7
|
<text style="font-size:14px;color:#54B4F5;margin: 0 auto">退款成功</text>
|
7
|
<text style="font-size:14px;color:#54B4F5;margin: 0 auto">退款成功</text>
|
8
|
</view>
|
8
|
</view>
|
9
|
</view>
|
9
|
</view>
|
10
|
- <view wx:if="{{false}}" style="margin-bottom:20rpx">
|
10
|
+ <view wx:else style="margin-bottom:20rpx">
|
11
|
<text class="text_black3_34">退税详情</text>
|
11
|
<text class="text_black3_34">退税详情</text>
|
12
|
<view class="light_yellow_bg" style="display:flex">
|
12
|
<view class="light_yellow_bg" style="display:flex">
|
13
|
- <text style="font-size:14px;color:#FF8F1F;margin: 0 auto">申请中</text>
|
13
|
+ <text style="font-size:14px;color:#FF8F1F;margin: 0 auto">{{refund_status=='2'?'申请中':'退税失败'}}</text>
|
14
|
</view>
|
14
|
</view>
|
15
|
</view>
|
15
|
</view>
|
16
|
<view class="divide_line" style="margin-bottom:20rpx"></view>
|
16
|
<view class="divide_line" style="margin-bottom:20rpx"></view>
|
17
|
<view>
|
17
|
<view>
|
18
|
<text class="text_black6_32">开户人姓名</text>
|
18
|
<text class="text_black6_32">开户人姓名</text>
|
19
|
- <text class="text_black6_32 float_right">张三</text>
|
19
|
+ <text class="text_black6_32 float_right">{{refundInfo.name}}</text>
|
20
|
</view>
|
20
|
</view>
|
21
|
<view>
|
21
|
<view>
|
22
|
<text class="text_black6_32">申请退税金额</text>
|
22
|
<text class="text_black6_32">申请退税金额</text>
|
23
|
- <text class="text_black6_32 float_right">30000.00</text>
|
23
|
+ <text class="text_black6_32 float_right">{{refundInfo.accumulated_refund_tax}}</text>
|
24
|
</view>
|
24
|
</view>
|
25
|
<view>
|
25
|
<view>
|
26
|
<text class="text_black6_32">银行卡号</text>
|
26
|
<text class="text_black6_32">银行卡号</text>
|
27
|
- <text class="text_black6_32 float_right">62218828283939</text>
|
27
|
+ <text class="text_black6_32 float_right">{{refundInfo.bank_card_no}}</text>
|
28
|
</view>
|
28
|
</view>
|
29
|
<view>
|
29
|
<view>
|
30
|
<text class="text_black6_32">开户银行名称</text>
|
30
|
<text class="text_black6_32">开户银行名称</text>
|
31
|
- <text class="text_black6_32 float_right">招商银行</text>
|
31
|
+ <text class="text_black6_32 float_right">{{refundInfo.bank}}</text>
|
32
|
</view>
|
32
|
</view>
|
33
|
<view>
|
33
|
<view>
|
34
|
<text class="text_black6_32">开户银行省份</text>
|
34
|
<text class="text_black6_32">开户银行省份</text>
|
35
|
- <text class="text_black6_32 float_right">湖北</text>
|
35
|
+ <text class="text_black6_32 float_right">{{refundInfo.bank_province}}</text>
|
36
|
</view>
|
36
|
</view>
|
37
|
</view>
|
37
|
</view>
|
38
|
</view> |
38
|
</view> |