正在显示
2 个修改的文件
包含
6 行增加
和
9 行删除
| ... | ... | @@ -32,12 +32,9 @@ Page({ |
| 32 | 32 | }, |
| 33 | 33 | success: function (result) { |
| 34 | 34 | console.log('成功', result) |
| 35 | - if (result.personal_income){ | |
| 36 | - self.setData({ | |
| 37 | - taxDatas: result.data | |
| 38 | - }) | |
| 39 | - } | |
| 40 | - | |
| 35 | + self.setData({ | |
| 36 | + taxDatas: result.data | |
| 37 | + }) | |
| 41 | 38 | }, |
| 42 | 39 | fail: function (res) { |
| 43 | 40 | console.log('失败', res) | ... | ... |
| ... | ... | @@ -62,12 +62,12 @@ |
| 62 | 62 | <view class='view_bg_wrap' style='margin-top: 44rpx;'> |
| 63 | 63 | <view style='flex-grow: 1;text-align:center;display: flex;flex-direction: column;'> |
| 64 | 64 | <text class='text_num_wrap'>{{taxDatas.accumulated_withholding_tax}}</text> |
| 65 | - <text class='text_text_wrap'>累计应预扣预缴税额</text> | |
| 65 | + <text class='text_text_wrap'>累计应扣缴税额</text> | |
| 66 | 66 | </view> |
| 67 | 67 | <view style='width:2rpx;height:74rpx;background:#ffffff;'></view> |
| 68 | 68 | <view style='flex-grow: 1;text-align:center;display: flex;flex-direction: column;'> |
| 69 | 69 | <text class='text_num_wrap'>{{taxDatas.prepay_tax}}</text> |
| 70 | - <text class='text_text_wrap'>已预扣预缴税额</text> | |
| 70 | + <text class='text_text_wrap'>已扣缴税额</text> | |
| 71 | 71 | </view> |
| 72 | 72 | |
| 73 | 73 | </view> |
| ... | ... | @@ -75,7 +75,7 @@ |
| 75 | 75 | <view class='view_bg_wrap' style='margin-top: 180rpx;'> |
| 76 | 76 | <view style='flex-grow: 1;text-align:center;display: flex;flex-direction: column;'> |
| 77 | 77 | <text class='text_num_wrap'>{{taxDatas.refund_tax}}</text> |
| 78 | - <text class='text_text_wrap'>本期应预扣预缴税额</text> | |
| 78 | + <text class='text_text_wrap'>本期应缴税额</text> | |
| 79 | 79 | </view> |
| 80 | 80 | |
| 81 | 81 | <!-- <view style='width:2rpx;height:74rpx;background:#ffffff;'></view> | ... | ... |
请
注册
或
登录
后发表评论