正在显示
4 个修改的文件
包含
42 行增加
和
10 行删除
... | ... | @@ -139,9 +139,6 @@ |
139 | 139 | <text class='text_left'>主要工作城市</text> |
140 | 140 | <text class='text_right_333'>{{datas.work_city_new}}</text> |
141 | 141 | </view> |
142 | - <view style='height:90rpx'> | |
143 | - <text class='text_right_333'>{{datas.house_detail_address}}</text> | |
144 | - </view> | |
145 | 142 | <view style='height:90rpx;width:100%'> |
146 | 143 | <text class='text_left'>出租方类型</text> |
147 | 144 | <text class='text_right_333'>{{datas.owner_type}}</text> |
... | ... |
... | ... | @@ -74,7 +74,7 @@ |
74 | 74 | </view> --> |
75 | 75 | |
76 | 76 | </view> |
77 | - <view wx:else> | |
77 | + <view wx:else style='background:#F5F5F5;'> | |
78 | 78 | <image style='width:55%;height:254rpx;margin:400rpx 166rpx 0 166rpx;' src='/images/noreduce_img.png'></image> |
79 | 79 | </view> |
80 | 80 | </view> |
\ No newline at end of file | ||
... | ... |
... | ... | @@ -52,7 +52,7 @@ |
52 | 52 | |
53 | 53 | <view wx:if="{{cur_status=='continuing_education'}}"> |
54 | 54 | <view wx:for="{{additionInfo}}"> |
55 | - <view style='margin:30rpx;padding-left: 30rpx' class='card_rectangle_bg_column' wx:if="{{item.education_type==''||item.education_type=='title'}}"> | |
55 | + <view style='margin:30rpx;padding-left: 30rpx' class='card_rectangle_bg_column' wx:if="{{item.education_type==''||item.education_type=='title'}}"> | |
56 | 56 | <view style='height:110rpx'> |
57 | 57 | <text class='text_gray_36' style='line-height:110rpx'>学历教育</text> |
58 | 58 | <view wx:if="{{item.status=='failed'}}" class='declare_style red_bg'> {{declareStatus[item.status]}}</view> |
... | ... | @@ -131,7 +131,7 @@ |
131 | 131 | </view> |
132 | 132 | </view> |
133 | 133 | </view> |
134 | - | |
134 | + | |
135 | 135 | <view class='float_right' wx:if="{{item.status=='failed'}}"> |
136 | 136 | <text class='text_999_28 ' style='line-height:90rpx;margin-right:40rpx' id='{{index}}' bindtap='godelete'>删除</text> |
137 | 137 | <text class='text_blue_28 ' style='line-height:90rpx;' id='{{index}}' bindtap='goedit'>编辑</text> |
... | ... | @@ -140,7 +140,7 @@ |
140 | 140 | </view> |
141 | 141 | |
142 | 142 | <view wx:if="{{cur_status=='support_duty'}}"> |
143 | - <view wx:for="{{additionInfo}}"> | |
143 | + <view wx:for="{{additionInfo}}" wx:for-index="idx"> | |
144 | 144 | <view style='margin:30rpx;padding-left:30rpx' class='card_rectangle_bg_column'> |
145 | 145 | <view style='height:110rpx'> |
146 | 146 | <text class='text_gray_36 float_left' style='line-height:110rpx'>被赡养人</text> |
... | ... | @@ -152,7 +152,7 @@ |
152 | 152 | <view class='divide_line_f5f5f5'></view> |
153 | 153 | <view style='height:70rpx'> |
154 | 154 | <text class='text_999_28 ' style='line-height:70rpx'>被赡养人姓名:</text> |
155 | - <text class='text_333_28 ' style='line-height:70rpx;margin-left:20rpx'>123</text> | |
155 | + <text class='text_333_28 ' style='line-height:70rpx;margin-left:20rpx'>{{}}</text> | |
156 | 156 | </view> |
157 | 157 | <view style='height:70rpx'> |
158 | 158 | <text class='text_999_28 ' style='line-height:70rpx'>分摊比例:</text> |
... | ... | @@ -175,9 +175,42 @@ |
175 | 175 | </view> |
176 | 176 | |
177 | 177 | </view> |
178 | - | |
178 | + <view wx:if="{{item.co_supporters&&item.co_supporters.length>0}}" wx:for-item="itemdata"> | |
179 | + <view wx:for="{{item.co_supporters}}" style='margin:30rpx;padding-left:30rpx' class='card_rectangle_bg_column'> | |
180 | + <view style='height:110rpx'> | |
181 | + <text class='text_gray_36 float_left' style='line-height:110rpx'>共同赡养人</text> | |
182 | + </view> | |
183 | + <view style='padding-right:30rpx'> | |
184 | + <view class='divide_line_f5f5f5'></view> | |
185 | + <view style='height:70rpx'> | |
186 | + <text class='text_999_28 ' style='line-height:70rpx'>共同赡养人姓名:</text> | |
187 | + <text class='text_333_28 ' style='line-height:70rpx;margin-left:20rpx'>{{itemdata.co_supporter}}</text> | |
188 | + </view> | |
189 | + <view style='height:70rpx'> | |
190 | + <text class='text_999_28 ' style='line-height:70rpx'>共同赡养人证照类型:</text> | |
191 | + <text class='text_333_28 ' style='line-height:70rpx;margin-left:20rpx'>居民身份证</text> | |
192 | + </view> | |
193 | + <view style='height:70rpx'> | |
194 | + <text class='text_999_28 ' style='line-height:70rpx'>共同赡养人证照号码:</text> | |
195 | + <text class='text_333_28 ' style='line-height:70rpx;margin-left:20rpx'>{{itemdata.id_card_no}}</text> | |
196 | + </view> | |
197 | + <view style='height:70rpx'> | |
198 | + <text class='text_999_28 ' style='line-height:70rpx'>共同赡养人出生日期:</text> | |
199 | + <text class='text_orange_28 ' style='line-height:70rpx;margin-left:20rpx'>{{itemdata.birthday}}</text> | |
200 | + </view> | |
201 | + <view style='height:70rpx'> | |
202 | + <text class='text_999_28 ' style='line-height:70rpx'>共同赡养人国籍:</text> | |
203 | + <text class='text_333_28 ' style='line-height:70rpx;margin-left:20rpx'>中国</text> | |
204 | + </view> | |
205 | + <view style='height:70rpx'> | |
206 | + <text class='text_999_28 ' style='line-height:70rpx'>与纳税人关系:</text> | |
207 | + <text class='text_333_28 ' style='line-height:70rpx;margin-left:20rpx'>{{itemdata.relationship}}</text> | |
208 | + </view> | |
209 | + </view> | |
210 | + </view> | |
211 | + </view> | |
179 | 212 | <view> |
180 | - <view style='background:#FFF;padding:30rpx'> | |
213 | + <view style='background:#FFF;padding:30rpx' wx:if="{{idx==additionInfo.length-1}}"> | |
181 | 214 | <view style='line-height:84rpx;text-align:center;font-size:34rpx;color:#fff;background:#357AEB;' id='{{index}}' bindtap='goadd'> |
182 | 215 | 添加 |
183 | 216 | </view> |
... | ... |
请
注册
或
登录
后发表评论