正在显示
2 个修改的文件
包含
2 行增加
和
4 行删除
@@ -8,7 +8,6 @@ Page({ | @@ -8,7 +8,6 @@ Page({ | ||
8 | * Page initial data | 8 | * Page initial data |
9 | */ | 9 | */ |
10 | data: { | 10 | data: { |
11 | - datas02: ["子女教育", "继续教育", "赡养老人", "大病医疗"], | ||
12 | additiontitle: { | 11 | additiontitle: { |
13 | "children_education": "子女教育", | 12 | "children_education": "子女教育", |
14 | "continuing_education": "继续教育", | 13 | "continuing_education": "继续教育", |
@@ -5,10 +5,9 @@ | @@ -5,10 +5,9 @@ | ||
5 | <view wx:for="{{additionlist}}" wx:key="" style='display:flex;flex-direction:column' wx:for-index="idx01"> | 5 | <view wx:for="{{additionlist}}" wx:key="" style='display:flex;flex-direction:column' wx:for-index="idx01"> |
6 | <view style='margin:30rpx 44rpx;float:left;display:flex;flex-direction:column'> | 6 | <view style='margin:30rpx 44rpx;float:left;display:flex;flex-direction:column'> |
7 | <text class=' text_333_40 float_left'>{{item.legal_entity}}</text> | 7 | <text class=' text_333_40 float_left'>{{item.legal_entity}}</text> |
8 | - <view wx:if="{{item.status=='to_declare'&&item.addition_items.length<1}}" class='view_godeclare_wrap' bindtap='godeclare' id='{{idx01}}' > | ||
9 | - <!-- <text class='text_godeclare_wrap '> --> | 8 | + <!-- <view wx:if="{{item.status=='to_declare'&&item.addition_items.length<1}}" class='view_godeclare_wrap' bindtap='godeclare' id='{{idx01}}' > --> |
9 | + <view wx:if="{{item.status=='to_declare'}}" class='view_godeclare_wrap' bindtap='godeclare' id='{{idx01}}' > | ||
10 | 立即申报 | 10 | 立即申报 |
11 | - <!-- </text> --> | ||
12 | </view> | 11 | </view> |
13 | </view> | 12 | </view> |
14 | <view wx:if="{{item.addition_items&&item.addition_items.length>0}}"> | 13 | <view wx:if="{{item.addition_items&&item.addition_items.length>0}}"> |
请
注册
或
登录
后发表评论