正在显示
2 个修改的文件
包含
3 行增加
和
16 行删除
@@ -60,7 +60,7 @@ | @@ -60,7 +60,7 @@ | ||
60 | </view> | 60 | </view> |
61 | <view style='height:90rpx;width:100%'> | 61 | <view style='height:90rpx;width:100%'> |
62 | <text class='text_left'>扣除金额</text> | 62 | <text class='text_left'>扣除金额</text> |
63 | - <text class='text_right_orange'>¥{{datas.deduction_amount}}/reducetype[datas.deduction_type]</text> | 63 | + <text class='text_right_orange'>¥{{datas.deduction_amount/reducetype[datas.deduction_type]}}</text> |
64 | </view> | 64 | </view> |
65 | <view style='width:100%;height:20rpx;background:#f9f9f9'></view> | 65 | <view style='width:100%;height:20rpx;background:#f9f9f9'></view> |
66 | <view style='height:90rpx;width:100%'> | 66 | <view style='height:90rpx;width:100%'> |
@@ -133,7 +133,7 @@ | @@ -133,7 +133,7 @@ | ||
133 | </view> | 133 | </view> |
134 | <view style='height:90rpx;width:100%'> | 134 | <view style='height:90rpx;width:100%'> |
135 | <text class='text_left'>扣除金额</text> | 135 | <text class='text_left'>扣除金额</text> |
136 | - <text class='text_right_orange'>¥{{datas.deduction_amount}}/reducetype[datas.deduction_type]</text> | 136 | + <text class='text_right_orange'>¥{{datas.deduction_amount/reducetype[datas.deduction_type]}}</text> |
137 | </view> | 137 | </view> |
138 | </view> | 138 | </view> |
139 | 139 | ||
@@ -197,7 +197,7 @@ | @@ -197,7 +197,7 @@ | ||
197 | </view> | 197 | </view> |
198 | <view style='height:90rpx;width:100%'> | 198 | <view style='height:90rpx;width:100%'> |
199 | <text class='text_left'>扣除金额</text> | 199 | <text class='text_left'>扣除金额</text> |
200 | - <text class='text_right_orange'>¥{{datas.deduction_amount}}/reducetype[datas.deduction_type]</text> | 200 | + <text class='text_right_orange'>¥{{datas.deduction_amount/reducetype[datas.deduction_type]}}</text> |
201 | </view> | 201 | </view> |
202 | <view style='width:100%;height:20rpx;background:#f9f9f9'></view> | 202 | <view style='width:100%;height:20rpx;background:#f9f9f9'></view> |
203 | <view style='height:90rpx;width:100%'> | 203 | <view style='height:90rpx;width:100%'> |
@@ -60,17 +60,6 @@ | @@ -60,17 +60,6 @@ | ||
60 | <text class='text_orange_28 ' style='margin-left:20rpx'>¥{{itemData.deduction_amount}}/{{reducetypeunit[itemData.deduction_type]}}</text> | 60 | <text class='text_orange_28 ' style='margin-left:20rpx'>¥{{itemData.deduction_amount}}/{{reducetypeunit[itemData.deduction_type]}}</text> |
61 | </view> | 61 | </view> |
62 | </view> | 62 | </view> |
63 | - | ||
64 | - <!-- <view> | ||
65 | - <text class='text_666_30 float_left ' wx:if="datas02[index].message!='住房 '">{{datas02[index].message}}</text> | ||
66 | - <text class='text_666_30 float_left ' wx:if="datas02[index].message=='住房 '">{{datas02[index].extra_message}}</text> | ||
67 | - <text wx:if="{{datas02[index].message!='大病医疗 '}}" class='text_blue_28 float_right ' bindtap='lookandadd ' id='{{index}} '>查看并调整</text> | ||
68 | - <text wx:else class='text_blue_28 float_right ' bindtap='lookandadd ' id='{{index}} '>提交抵扣凭据</text> | ||
69 | - </view> | ||
70 | - <view style='margin-top:20rpx '> | ||
71 | - <text class='text_gray_22 float_left '>累计已使用额度:4890.00</text> | ||
72 | - <text class='text_gray_22 float_right '>本月可用额度:12810.00</text> | ||
73 | - </view> --> | ||
74 | </view> | 63 | </view> |
75 | </view> | 64 | </view> |
76 | </block> | 65 | </block> |
@@ -78,6 +67,4 @@ | @@ -78,6 +67,4 @@ | ||
78 | <view style='width:100%;height:20rpx;background:#F5F5F5'></view> | 67 | <view style='width:100%;height:20rpx;background:#F5F5F5'></view> |
79 | </view> | 68 | </view> |
80 | </view> | 69 | </view> |
81 | - | ||
82 | - | ||
83 | </view> | 70 | </view> |
请
注册
或
登录
后发表评论