正在显示
1 个修改的文件
包含
6 行增加
和
6 行删除
| @@ -53,7 +53,7 @@ | @@ -53,7 +53,7 @@ | ||
| 53 | <view style='height:110rpx'> | 53 | <view style='height:110rpx'> |
| 54 | <text class='text_gray_36 float_left' style='line-height:110rpx'>{{item.children_name}}</text> | 54 | <text class='text_gray_36 float_left' style='line-height:110rpx'>{{item.children_name}}</text> |
| 55 | <view wx:if="{{item.status=='failed'}}" class='declare_style red_bg'> {{declareStatus[item.status]}}</view> | 55 | <view wx:if="{{item.status=='failed'}}" class='declare_style red_bg'> {{declareStatus[item.status]}}</view> |
| 56 | - <view wx:if="{{item.status=='success'}}" class='declare_style blue_bg'> {{declareStatus[item.status]}}</view> | 56 | + <view wx:elif="{{item.status=='success'}}" class='declare_style blue_bg'> {{declareStatus[item.status]}}</view> |
| 57 | <view wx:else class='declare_style orange_bg'> {{declareStatus[item.status]}}</view> | 57 | <view wx:else class='declare_style orange_bg'> {{declareStatus[item.status]}}</view> |
| 58 | 58 | ||
| 59 | </view> | 59 | </view> |
| @@ -93,7 +93,7 @@ | @@ -93,7 +93,7 @@ | ||
| 93 | <view style='height:110rpx'> | 93 | <view style='height:110rpx'> |
| 94 | <text class='text_gray_36' style='line-height:110rpx'>学历(学位)继续教育</text> | 94 | <text class='text_gray_36' style='line-height:110rpx'>学历(学位)继续教育</text> |
| 95 | <view wx:if="{{item.status=='failed'}}" class='declare_style red_bg'> {{declareStatus[additionInfo[0].title_items[0].status]}}</view> | 95 | <view wx:if="{{item.status=='failed'}}" class='declare_style red_bg'> {{declareStatus[additionInfo[0].title_items[0].status]}}</view> |
| 96 | - <view wx:if="{{item.status=='success'}}" class='declare_style blue_bg'> {{declareStatus[additionInfo[0].title_items[0].status]}}</view> | 96 | + <view wx:elif="{{item.status=='success'}}" class='declare_style blue_bg'> {{declareStatus[additionInfo[0].title_items[0].status]}}</view> |
| 97 | <view wx:else class='declare_style orange_bg'> {{declareStatus[additionInfo[0].title_items[0].status]}}</view> | 97 | <view wx:else class='declare_style orange_bg'> {{declareStatus[additionInfo[0].title_items[0].status]}}</view> |
| 98 | </view> | 98 | </view> |
| 99 | <view wx:for="{{additionInfo[0].title_items}}"> | 99 | <view wx:for="{{additionInfo[0].title_items}}"> |
| @@ -134,7 +134,7 @@ | @@ -134,7 +134,7 @@ | ||
| 134 | <view style='height:110rpx'> | 134 | <view style='height:110rpx'> |
| 135 | <text class='text_gray_36' style='line-height:110rpx'>职业资格继续教育</text> | 135 | <text class='text_gray_36' style='line-height:110rpx'>职业资格继续教育</text> |
| 136 | <view wx:if="{{item.status=='failed'}}" class='declare_style red_bg'> {{declareStatus[additionInfo[0].profession_items[0].status]}}</view> | 136 | <view wx:if="{{item.status=='failed'}}" class='declare_style red_bg'> {{declareStatus[additionInfo[0].profession_items[0].status]}}</view> |
| 137 | - <view wx:if="{{item.status=='success'}}" class='declare_style blue_bg'> {{declareStatus[additionInfo[0].profession_items[0].status]}}</view> | 137 | + <view wx:elif="{{item.status=='success'}}" class='declare_style blue_bg'> {{declareStatus[additionInfo[0].profession_items[0].status]}}</view> |
| 138 | <view wx:else class='declare_style orange_bg'> {{declareStatus[additionInfo[0].profession_items[0].status]}}</view> | 138 | <view wx:else class='declare_style orange_bg'> {{declareStatus[additionInfo[0].profession_items[0].status]}}</view> |
| 139 | </view> | 139 | </view> |
| 140 | <view wx:for="{{additionInfo[0].profession_items}}"> | 140 | <view wx:for="{{additionInfo[0].profession_items}}"> |
| @@ -187,7 +187,7 @@ | @@ -187,7 +187,7 @@ | ||
| 187 | <view style='height:110rpx'> | 187 | <view style='height:110rpx'> |
| 188 | <text class='text_gray_36 float_left' style='line-height:110rpx'>被赡养人</text> | 188 | <text class='text_gray_36 float_left' style='line-height:110rpx'>被赡养人</text> |
| 189 | <view wx:if="{{item.status=='failed'}}" class='declare_style red_bg'> {{declareStatus[additionInfo[0].support_duties[0].status]}}</view> | 189 | <view wx:if="{{item.status=='failed'}}" class='declare_style red_bg'> {{declareStatus[additionInfo[0].support_duties[0].status]}}</view> |
| 190 | - <view wx:if="{{item.status=='success'}}" class='declare_style blue_bg'> {{declareStatus[additionInfo[0].support_duties[0].status]}}</view> | 190 | + <view wx:elif="{{item.status=='success'}}" class='declare_style blue_bg'> {{declareStatus[additionInfo[0].support_duties[0].status]}}</view> |
| 191 | <view wx:else class='declare_style orange_bg'> {{declareStatus[additionInfo[0].support_duties[0].status]}}</view> | 191 | <view wx:else class='declare_style orange_bg'> {{declareStatus[additionInfo[0].support_duties[0].status]}}</view> |
| 192 | </view> | 192 | </view> |
| 193 | <view wx:for="{{additionInfo[0].support_duties}}"> | 193 | <view wx:for="{{additionInfo[0].support_duties}}"> |
| @@ -284,7 +284,7 @@ | @@ -284,7 +284,7 @@ | ||
| 284 | <view style='height:110rpx'> | 284 | <view style='height:110rpx'> |
| 285 | <text class='text_gray_36' style='line-height:110rpx'>支出明细</text> | 285 | <text class='text_gray_36' style='line-height:110rpx'>支出明细</text> |
| 286 | <view wx:if="{{item.status=='failed'}}" class='declare_style red_bg'> {{declareStatus[item.status]}}</view> | 286 | <view wx:if="{{item.status=='failed'}}" class='declare_style red_bg'> {{declareStatus[item.status]}}</view> |
| 287 | - <view wx:if="{{item.status=='success'}}" class='declare_style blue_bg'> {{declareStatus[item.status]}}</view> | 287 | + <view wx:elif="{{item.status=='success'}}" class='declare_style blue_bg'> {{declareStatus[item.status]}}</view> |
| 288 | <view wx:else class='declare_style orange_bg'> {{declareStatus[item.status]}}</view> | 288 | <view wx:else class='declare_style orange_bg'> {{declareStatus[item.status]}}</view> |
| 289 | </view> | 289 | </view> |
| 290 | <view style='padding-right:30rpx'> | 290 | <view style='padding-right:30rpx'> |
| @@ -336,7 +336,7 @@ | @@ -336,7 +336,7 @@ | ||
| 336 | <view style='height:110rpx'> | 336 | <view style='height:110rpx'> |
| 337 | <text class='text_gray_36 float_left' style='line-height:110rpx'>住房</text> | 337 | <text class='text_gray_36 float_left' style='line-height:110rpx'>住房</text> |
| 338 | <view wx:if="{{item.status=='failed'}}" class='declare_style red_bg'> {{declareStatus[item.status]}}</view> | 338 | <view wx:if="{{item.status=='failed'}}" class='declare_style red_bg'> {{declareStatus[item.status]}}</view> |
| 339 | - <view wx:if="{{item.status=='success'}}" class='declare_style blue_bg'> {{declareStatus[item.status]}}</view> | 339 | + <view wx:elif="{{item.status=='success'}}" class='declare_style blue_bg'> {{declareStatus[item.status]}}</view> |
| 340 | <view wx:else class='declare_style orange_bg'> {{declareStatus[item.status]}}</view> | 340 | <view wx:else class='declare_style orange_bg'> {{declareStatus[item.status]}}</view> |
| 341 | </view> | 341 | </view> |
| 342 | <view style='padding-right: 30rpx'> | 342 | <view style='padding-right: 30rpx'> |
请
注册
或
登录
后发表评论