提交 9df3bb9c3b3a65c772854cb28d7fa210d563b390

作者 wangyu
1 个父辈 404c0328

部分bug优化

@@ -22,7 +22,11 @@ @@ -22,7 +22,11 @@
22 </view> 22 </view>
23 <view style='height:90rpx;width:100%;clear:both;'> 23 <view style='height:90rpx;width:100%;clear:both;'>
24 <text class='text_left'>国籍</text> 24 <text class='text_left'>国籍</text>
25 - <text class='text_right_333'>中国</text> 25 + <text class='text_right_333'>{{datas.children_nation}}</text>
  26 + </view>
  27 + <view style='height:90rpx;width:100%;clear:both;'>
  28 + <text class='text_left'>与纳税人的关系</text>
  29 + <text class='text_right_333'>{{datas.relationship}}</text>
26 </view> 30 </view>
27 </view> 31 </view>
28 32
@@ -41,11 +45,11 @@ @@ -41,11 +45,11 @@
41 <text class='text_right_333'>{{datas.education_period}}</text> 45 <text class='text_right_333'>{{datas.education_period}}</text>
42 </view> 46 </view>
43 <view style='height:90rpx;width:100%;clear:both;'> 47 <view style='height:90rpx;width:100%;clear:both;'>
44 - <text class='text_left'>受教育间起</text> 48 + <text class='text_left'>受教育间起</text>
45 <text class='text_right_333'>{{datas.education_start}}</text> 49 <text class='text_right_333'>{{datas.education_start}}</text>
46 </view> 50 </view>
47 <view style='height:90rpx;width:100%;clear:both;'> 51 <view style='height:90rpx;width:100%;clear:both;'>
48 - <text class='text_left'>受教育间止</text> 52 + <text class='text_left'>受教育间止</text>
49 <text class='text_right_333'>{{datas.education_end}}</text> 53 <text class='text_right_333'>{{datas.education_end}}</text>
50 </view> 54 </view>
51 <view wx:if="{{datas.education_end&&datas.education_end.length>1}}" style='height:90rpx;width:100%;clear:both;'> 55 <view wx:if="{{datas.education_end&&datas.education_end.length>1}}" style='height:90rpx;width:100%;clear:both;'>
@@ -99,7 +103,7 @@ @@ -99,7 +103,7 @@
99 </view> 103 </view>
100 <view style='height:90rpx;width:100%;clear:both;'> 104 <view style='height:90rpx;width:100%;clear:both;'>
101 <text class='text_left'>国籍</text> 105 <text class='text_left'>国籍</text>
102 - <text class='text_right_333'>中国</text> 106 + <text class='text_right_333'>{{datas.spouse_nation}}</text>
103 </view> 107 </view>
104 </view> 108 </view>
105 109
@@ -135,7 +139,7 @@ @@ -135,7 +139,7 @@
135 </view> 139 </view>
136 <view style='height:90rpx;width:100%;clear:both;'> 140 <view style='height:90rpx;width:100%;clear:both;'>
137 <text class='text_left'>被赡养人国籍</text> 141 <text class='text_left'>被赡养人国籍</text>
138 - <text class='text_right_333'>中国</text> 142 + <text class='text_right_333'>{{datas.nation}}</text>
139 </view> 143 </view>
140 <view style='height:90rpx;width:100%;clear:both;'> 144 <view style='height:90rpx;width:100%;clear:both;'>
141 <text class='text_left'>与纳税人关系</text> 145 <text class='text_left'>与纳税人关系</text>
@@ -225,8 +225,10 @@ @@ -225,8 +225,10 @@
225 225
226 <view style='padding-right:30rpx'> 226 <view style='padding-right:30rpx'>
227 <view class='divide_line_f5f5f5'></view> 227 <view class='divide_line_f5f5f5'></view>
228 - <text class='text_999_28 float_left' style='line-height:70rpx;'>共同赡养人姓名:</text>  
229 - <text class='text_333_28 text_singleline ' style='line-height:70rpx;margin-left:20rpx'>{{itemdetail.co_supporter}}</text> 228 + <view>
  229 + <text class='text_999_28 float_left' style='line-height:70rpx;'>共同赡养人姓名:</text>
  230 + <text class='text_333_28 ' style='line-height:70rpx;margin-left:20rpx'>{{itemdetail.co_supporter}}</text>
  231 + </view>
230 <view style='height:70rpx'> 232 <view style='height:70rpx'>
231 <text class='text_999_28 ' style='line-height:70rpx'>共同赡养人证照类型:</text> 233 <text class='text_999_28 ' style='line-height:70rpx'>共同赡养人证照类型:</text>
232 <text class='text_333_28 ' style='line-height:70rpx;margin-left:20rpx'>{{itemdetail.id_card_type}}</text> 234 <text class='text_333_28 ' style='line-height:70rpx;margin-left:20rpx'>{{itemdetail.id_card_type}}</text>
注册登录 后发表评论