正在显示
2 个修改的文件
包含
3 行增加
和
16 行删除
... | ... | @@ -60,7 +60,7 @@ |
60 | 60 | </view> |
61 | 61 | <view style='height:90rpx;width:100%'> |
62 | 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 | 64 | </view> |
65 | 65 | <view style='width:100%;height:20rpx;background:#f9f9f9'></view> |
66 | 66 | <view style='height:90rpx;width:100%'> |
... | ... | @@ -133,7 +133,7 @@ |
133 | 133 | </view> |
134 | 134 | <view style='height:90rpx;width:100%'> |
135 | 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 | 137 | </view> |
138 | 138 | </view> |
139 | 139 | |
... | ... | @@ -197,7 +197,7 @@ |
197 | 197 | </view> |
198 | 198 | <view style='height:90rpx;width:100%'> |
199 | 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 | 201 | </view> |
202 | 202 | <view style='width:100%;height:20rpx;background:#f9f9f9'></view> |
203 | 203 | <view style='height:90rpx;width:100%'> | ... | ... |
... | ... | @@ -60,17 +60,6 @@ |
60 | 60 | <text class='text_orange_28 ' style='margin-left:20rpx'>¥{{itemData.deduction_amount}}/{{reducetypeunit[itemData.deduction_type]}}</text> |
61 | 61 | </view> |
62 | 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 | 63 | </view> |
75 | 64 | </view> |
76 | 65 | </block> |
... | ... | @@ -78,6 +67,4 @@ |
78 | 67 | <view style='width:100%;height:20rpx;background:#F5F5F5'></view> |
79 | 68 | </view> |
80 | 69 | </view> |
81 | - | |
82 | - | |
83 | 70 | </view> |
\ No newline at end of file | ... | ... |
请
注册
或
登录
后发表评论