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