提交 8830ccc5050417f5a29a4c05edd6721955356ed8

作者 wangyu
1 个父辈 133afa6d

优化

@@ -2,53 +2,53 @@ @@ -2,53 +2,53 @@
2 <scroll-view class='page'> 2 <scroll-view class='page'>
3 3
4 <!-- 子女教育 --> 4 <!-- 子女教育 -->
5 - <view style='padding:30rpx' wx:if="{{cur_status=='children_education'}}">  
6 - <view style='height:90rpx;width:100%'> 5 + <view style='margin:30rpx' wx:if="{{cur_status=='children_education'}}">
  6 + <view style='height:90rpx;width:100%;clear:both;'>
7 <text class='text_left'>子女证照类型</text> 7 <text class='text_left'>子女证照类型</text>
8 <text class='text_right_333'>{{datas.children_id_card_type=='1'?"居民身份证":datas.children_id_card_type}}</text> 8 <text class='text_right_333'>{{datas.children_id_card_type=='1'?"居民身份证":datas.children_id_card_type}}</text>
9 </view> 9 </view>
10 - <view style='height:90rpx;width:100%'> 10 + <view style='height:90rpx;width:100%;clear:both;'>
11 <text class='text_left'>子女证照号码</text> 11 <text class='text_left'>子女证照号码</text>
12 <text class='text_right_333'>{{datas.children_id_card_no}}</text> 12 <text class='text_right_333'>{{datas.children_id_card_no}}</text>
13 </view> 13 </view>
14 - <view style='height:90rpx;width:100%'> 14 + <view style='height:90rpx;width:100%;clear:both;'>
15 <text class='text_left'>子女姓名</text> 15 <text class='text_left'>子女姓名</text>
16 <text class='text_right_333'>{{datas.children_name}}</text> 16 <text class='text_right_333'>{{datas.children_name}}</text>
17 </view> 17 </view>
18 - <view style='height:90rpx;width:100%'> 18 + <view style='height:90rpx;width:100%;clear:both;'>
19 <text class='text_left'>出生日期</text> 19 <text class='text_left'>出生日期</text>
20 <text class='text_right_333'>{{datas.children_birthday}}</text> 20 <text class='text_right_333'>{{datas.children_birthday}}</text>
21 </view> 21 </view>
22 - <view style='height:90rpx;width:100%'> 22 + <view style='height:90rpx;width:100%;clear:both;'>
23 <text class='text_left'>国籍</text> 23 <text class='text_left'>国籍</text>
24 <text class='text_right_333'>中国</text> 24 <text class='text_right_333'>中国</text>
25 </view> 25 </view>
26 <view style='width:100%;height:20rpx;background:#f9f9f9'></view> 26 <view style='width:100%;height:20rpx;background:#f9f9f9'></view>
27 - <view style='height:90rpx;width:100%'> 27 + <view style='height:90rpx;width:100%;clear:both;'>
28 <text class='text_left'>分配比例</text> 28 <text class='text_left'>分配比例</text>
29 <text class='text_right_333'>{{datas.percent}}%</text> 29 <text class='text_right_333'>{{datas.percent}}%</text>
30 </view> 30 </view>
31 - <view style='height:90rpx;width:100%'> 31 + <view style='height:90rpx;width:100%;clear:both;'>
32 <text class='text_left'>子女学籍号</text> 32 <text class='text_left'>子女学籍号</text>
33 <text class='text_right_333'>{{datas.student_no}}</text> 33 <text class='text_right_333'>{{datas.student_no}}</text>
34 </view> 34 </view>
35 - <view style='height:90rpx;width:100%'> 35 + <view style='height:90rpx;width:100%;clear:both;'>
36 <text class='text_left'>子女受教育阶段</text> 36 <text class='text_left'>子女受教育阶段</text>
37 <text class='text_right_333'>{{datas.education_period}}</text> 37 <text class='text_right_333'>{{datas.education_period}}</text>
38 </view> 38 </view>
39 - <view style='height:90rpx;width:100%'> 39 + <view style='height:90rpx;width:100%;clear:both;'>
40 <text class='text_left'>受教育期间起</text> 40 <text class='text_left'>受教育期间起</text>
41 <text class='text_right_333'>{{datas.education_start}}</text> 41 <text class='text_right_333'>{{datas.education_start}}</text>
42 </view> 42 </view>
43 - <view style='height:90rpx;width:100%'> 43 + <view style='height:90rpx;width:100%;clear:both;'>
44 <text class='text_left'>教育终止时间</text> 44 <text class='text_left'>教育终止时间</text>
45 <text class='text_right_333'>{{datas.education_end}}</text> 45 <text class='text_right_333'>{{datas.education_end}}</text>
46 </view> 46 </view>
47 - <view style='height:90rpx;width:100%'> 47 + <view style='height:90rpx;width:100%;clear:both;'>
48 <text class='text_left'>就读国家(地区)</text> 48 <text class='text_left'>就读国家(地区)</text>
49 <text class='text_right_333'>{{datas.school_country&&datas.school_country.length>0?datas.school_country:'中国(大陆)'}}</text> 49 <text class='text_right_333'>{{datas.school_country&&datas.school_country.length>0?datas.school_country:'中国(大陆)'}}</text>
50 </view> 50 </view>
51 - <view style='height:90rpx;width:100%'> 51 + <view style='height:90rpx;width:100%;clear:both;'>
52 <text class='text_left'>就读学校名称</text> 52 <text class='text_left'>就读学校名称</text>
53 <text class='text_right_333'>{{datas.school_name}}</text> 53 <text class='text_right_333'>{{datas.school_name}}</text>
54 </view> 54 </view>
@@ -56,32 +56,32 @@ @@ -56,32 +56,32 @@
56 <text class='text_left'>就读国家(地区)</text> 56 <text class='text_left'>就读国家(地区)</text>
57 <text class='text_right_333'>{{datas.education_end_new}}</text> 57 <text class='text_right_333'>{{datas.education_end_new}}</text>
58 </view> --> 58 </view> -->
59 - <view style='height:90rpx;width:100%'> 59 + <view style='height:90rpx;width:100%;clear:both;'>
60 <text class='text_left'>扣除方式</text> 60 <text class='text_left'>扣除方式</text>
61 <text class='text_right_333'>{{reducetype[datas.deduction_type]}}度</text> 61 <text class='text_right_333'>{{reducetype[datas.deduction_type]}}度</text>
62 </view> 62 </view>
63 - <view style='height:90rpx;width:100%'> 63 + <view style='height:90rpx;width:100%;clear:both;'>
64 <text class='text_left'>扣除金额</text> 64 <text class='text_left'>扣除金额</text>
65 <text class='text_right_orange'>¥{{datas.deduction_amount}}/{{reducetype[datas.deduction_type]}}</text> 65 <text class='text_right_orange'>¥{{datas.deduction_amount}}/{{reducetype[datas.deduction_type]}}</text>
66 </view> 66 </view>
67 <view style='width:100%;height:20rpx;background:#f9f9f9'></view> 67 <view style='width:100%;height:20rpx;background:#f9f9f9'></view>
68 - <view style='height:90rpx;width:100%'> 68 + <view style='height:90rpx;width:100%;clear:both;'>
69 <text class='text_left'>配偶姓名</text> 69 <text class='text_left'>配偶姓名</text>
70 <text class='text_right_333'>{{datas.spouse_name}}</text> 70 <text class='text_right_333'>{{datas.spouse_name}}</text>
71 </view> 71 </view>
72 - <view style='height:90rpx;width:100%'> 72 + <view style='height:90rpx;width:100%;clear:both;'>
73 <text class='text_left'>配偶证照类型</text> 73 <text class='text_left'>配偶证照类型</text>
74 <text class='text_right_333'>{{datas.spouse_id_card_type=='1'?"居民身份证":datas.spouse_id_card_type}}</text> 74 <text class='text_right_333'>{{datas.spouse_id_card_type=='1'?"居民身份证":datas.spouse_id_card_type}}</text>
75 </view> 75 </view>
76 - <view style='height:90rpx;width:100%'> 76 + <view style='height:90rpx;width:100%;clear:both;'>
77 <text class='text_left'>配偶身份证照号码</text> 77 <text class='text_left'>配偶身份证照号码</text>
78 <text class='text_right_333'>{{datas.spouse_id_card_no}}</text> 78 <text class='text_right_333'>{{datas.spouse_id_card_no}}</text>
79 </view> 79 </view>
80 - <view style='height:90rpx;width:100%'> 80 + <view style='height:90rpx;width:100%;clear:both;'>
81 <text class='text_left'>出生日期</text> 81 <text class='text_left'>出生日期</text>
82 <text class='text_right_333'>{{datas.spouse_birthday}}</text> 82 <text class='text_right_333'>{{datas.spouse_birthday}}</text>
83 </view> 83 </view>
84 - <view style='height:90rpx;width:100%'> 84 + <view style='height:90rpx;width:100%;clear:both;'>
85 <text class='text_left'>国籍</text> 85 <text class='text_left'>国籍</text>
86 <text class='text_right_333'>中国</text> 86 <text class='text_right_333'>中国</text>
87 </view> 87 </view>
@@ -89,31 +89,31 @@ @@ -89,31 +89,31 @@
89 89
90 <!-- 赡养老人 --> 90 <!-- 赡养老人 -->
91 <view style='padding:30rpx' wx:if="{{cur_status=='support_duty'}}"> 91 <view style='padding:30rpx' wx:if="{{cur_status=='support_duty'}}">
92 - <view style='height:90rpx;width:100%'> 92 + <view style='height:90rpx;width:100%;clear:both;'>
93 <text class='text_left'>赡养类型</text> 93 <text class='text_left'>赡养类型</text>
94 <text class='text_right_333'>{{datas.support_type}}</text> 94 <text class='text_right_333'>{{datas.support_type}}</text>
95 </view> 95 </view>
96 - <view style='height:90rpx;width:100%'> 96 + <view style='height:90rpx;width:100%;clear:both;'>
97 <text class='text_left'>被赡养人姓名</text> 97 <text class='text_left'>被赡养人姓名</text>
98 <text class='text_right_333'>{{datas.supported_name}}</text> 98 <text class='text_right_333'>{{datas.supported_name}}</text>
99 </view> 99 </view>
100 - <view style='height:90rpx;width:100%'> 100 + <view style='height:90rpx;width:100%;clear:both;'>
101 <text class='text_left'>被赡养人证照类型</text> 101 <text class='text_left'>被赡养人证照类型</text>
102 <text class='text_right_333'>{{datas.id_card_type=='1'?"身份证":datas.id_card_type}}</text> 102 <text class='text_right_333'>{{datas.id_card_type=='1'?"身份证":datas.id_card_type}}</text>
103 </view> 103 </view>
104 - <view style='height:90rpx;width:100%'> 104 + <view style='height:90rpx;width:100%;clear:both;'>
105 <text class='text_left'>被赡养人证照号码</text> 105 <text class='text_left'>被赡养人证照号码</text>
106 <text class='text_right_333'>{{datas.id_card_no}}</text> 106 <text class='text_right_333'>{{datas.id_card_no}}</text>
107 </view> 107 </view>
108 - <view style='height:90rpx;width:100%'> 108 + <view style='height:90rpx;width:100%;clear:both;'>
109 <text class='text_left'>被赡养人出生日期</text> 109 <text class='text_left'>被赡养人出生日期</text>
110 <text class='text_right_333'>{{datas.birthday}}</text> 110 <text class='text_right_333'>{{datas.birthday}}</text>
111 </view> 111 </view>
112 - <view style='height:90rpx;width:100%'> 112 + <view style='height:90rpx;width:100%;clear:both;'>
113 <text class='text_left'>被赡养人国籍(地区)</text> 113 <text class='text_left'>被赡养人国籍(地区)</text>
114 <text class='text_right_333'>中国</text> 114 <text class='text_right_333'>中国</text>
115 </view> 115 </view>
116 - <view style='height:90rpx;width:100%'> 116 + <view style='height:90rpx;width:100%;clear:both;'>
117 <text class='text_left'>与纳税人关系</text> 117 <text class='text_left'>与纳税人关系</text>
118 <text class='text_right_333'>{{datas.relationship}}</text> 118 <text class='text_right_333'>{{datas.relationship}}</text>
119 </view> 119 </view>
@@ -121,11 +121,11 @@ @@ -121,11 +121,11 @@
121 <text class='text_left'>分摊比例</text> 121 <text class='text_left'>分摊比例</text>
122 <text class='text_right_333'>{{datas.percent}}%</text> 122 <text class='text_right_333'>{{datas.percent}}%</text>
123 </view> --> 123 </view> -->
124 - <view style='height:90rpx;width:100%'> 124 + <view style='height:90rpx;width:100%;clear:both;'>
125 <text class='text_left'>扣除方式</text> 125 <text class='text_left'>扣除方式</text>
126 <text class='text_right_333'>{{reducetype[datas.deduction_type]}}度</text> 126 <text class='text_right_333'>{{reducetype[datas.deduction_type]}}度</text>
127 </view> 127 </view>
128 - <view style='height:90rpx;width:100%'> 128 + <view style='height:90rpx;width:100%;clear:both;'>
129 <text class='text_left'>扣除金额</text> 129 <text class='text_left'>扣除金额</text>
130 <text class='text_right_orange'>¥{{datas.deduction_amount}}/{{reducetype[datas.deduction_type]}}</text> 130 <text class='text_right_orange'>¥{{datas.deduction_amount}}/{{reducetype[datas.deduction_type]}}</text>
131 </view> 131 </view>
@@ -135,127 +135,127 @@ @@ -135,127 +135,127 @@
135 <view style='padding:30rpx' wx:if="{{cur_status=='house_fund'}}"> 135 <view style='padding:30rpx' wx:if="{{cur_status=='house_fund'}}">
136 <!-- 租赁 --> 136 <!-- 租赁 -->
137 <view wx:if="{{house_type=='house_fund_rent'}}"> 137 <view wx:if="{{house_type=='house_fund_rent'}}">
138 - <view style='height:90rpx;width:100%'> 138 + <view style='height:90rpx;width:100%;clear:both;'>
139 <text class='text_left'>主要工作城市</text> 139 <text class='text_left'>主要工作城市</text>
140 <text class='text_right_333'>{{datas.work_city_new}}</text> 140 <text class='text_right_333'>{{datas.work_city_new}}</text>
141 </view> 141 </view>
142 - <view style='height:90rpx;width:100%'> 142 + <view style='height:90rpx;width:100%;clear:both;'>
143 <text class='text_left'>出租方类型</text> 143 <text class='text_left'>出租方类型</text>
144 <text class='text_right_333'>{{datas.owner_type}}</text> 144 <text class='text_right_333'>{{datas.owner_type}}</text>
145 </view> 145 </view>
146 - <view style='height:90rpx;width:100%'> 146 + <view style='height:90rpx;width:100%;clear:both;'>
147 <text class='text_left'>出租方名称</text> 147 <text class='text_left'>出租方名称</text>
148 <text class='text_right_333'>{{datas.owner_name}}</text> 148 <text class='text_right_333'>{{datas.owner_name}}</text>
149 </view> 149 </view>
150 - <view style='height:90rpx;width:100%'> 150 + <view style='height:90rpx;width:100%;clear:both;'>
151 <view style='height:90rpx;float:left;display:flex;flex-direction:column'> 151 <view style='height:90rpx;float:left;display:flex;flex-direction:column'>
152 <text style='font-size: 15px;color: #777777;line-height:90rpx;'>出租方纳税人识别号:</text> 152 <text style='font-size: 15px;color: #777777;line-height:90rpx;'>出租方纳税人识别号:</text>
153 <!-- <text style='line-height:24rpx;font-size:24rpx;color:#AEAEAE;'>统一社会信用代码</text> --> 153 <!-- <text style='line-height:24rpx;font-size:24rpx;color:#AEAEAE;'>统一社会信用代码</text> -->
154 </view> 154 </view>
155 <text class='text_right_333'>{{datas.owner_credit_no}}</text> 155 <text class='text_right_333'>{{datas.owner_credit_no}}</text>
156 </view> 156 </view>
157 - <view style='height:90rpx;width:100%'> 157 + <view style='height:90rpx;width:100%;clear:both;'>
158 <text class='text_left'>证件类型</text> 158 <text class='text_left'>证件类型</text>
159 <text class='text_right_333'>{{datas.certification_type}}</text> 159 <text class='text_right_333'>{{datas.certification_type}}</text>
160 </view> 160 </view>
161 - <view style='height:90rpx;width:100%'> 161 + <view style='height:90rpx;width:100%;clear:both;'>
162 <text class='text_left'>证件号码</text> 162 <text class='text_left'>证件号码</text>
163 <text class='text_right_333'>{{datas.certification_no}}</text> 163 <text class='text_right_333'>{{datas.certification_no}}</text>
164 </view> 164 </view>
165 <view style='width:100%;height:20rpx;background:#f9f9f9'></view> 165 <view style='width:100%;height:20rpx;background:#f9f9f9'></view>
166 - <view style='height:90rpx;width:100%'> 166 + <view style='height:90rpx;width:100%;clear:both;'>
167 <text class='text_left'>租赁房屋坐落地址</text> 167 <text class='text_left'>租赁房屋坐落地址</text>
168 <text class='text_right_333'>{{datas.house_address_new}}</text> 168 <text class='text_right_333'>{{datas.house_address_new}}</text>
169 </view> 169 </view>
170 - <view style='height:90rpx'> 170 + <view style='height:90rpx;clear:both;'>
171 <text class='text_right_333'>{{datas.house_detail_address}}</text> 171 <text class='text_right_333'>{{datas.house_detail_address}}</text>
172 </view> 172 </view>
173 - <view style='height:90rpx;width:100%'> 173 + <view style='height:90rpx;width:100%;clear:both;'>
174 <text class='text_left'>租赁合同编号</text> 174 <text class='text_left'>租赁合同编号</text>
175 <text class='text_right_333'>{{datas.rent_contract_no}}</text> 175 <text class='text_right_333'>{{datas.rent_contract_no}}</text>
176 </view> 176 </view>
177 - <view style='height:90rpx;width:100%'> 177 + <view style='height:90rpx;width:100%;clear:both;'>
178 <text class='text_left'>租赁期起</text> 178 <text class='text_left'>租赁期起</text>
179 <text class='text_right_333'>{{datas.rent_start}}</text> 179 <text class='text_right_333'>{{datas.rent_start}}</text>
180 </view> 180 </view>
181 - <view style='height:90rpx;width:100%'> 181 + <view style='height:90rpx;width:100%;clear:both;'>
182 <text class='text_left'>租赁期止</text> 182 <text class='text_left'>租赁期止</text>
183 <text class='text_right_333'>{{datas.rent_end}}</text> 183 <text class='text_right_333'>{{datas.rent_end}}</text>
184 </view> 184 </view>
185 </view> 185 </view>
186 <!-- //贷款 --> 186 <!-- //贷款 -->
187 <view wx:if="{{house_type=='house_fund_loan'}}"> 187 <view wx:if="{{house_type=='house_fund_loan'}}">
188 - <view style='height:90rpx;width:100%'> 188 + <view style='height:90rpx;width:100%;clear:both;'>
189 <text class='text_left'>房屋坐落地址</text> 189 <text class='text_left'>房屋坐落地址</text>
190 <text class='text_right_333'>{{datas.house_address_new}}</text> 190 <text class='text_right_333'>{{datas.house_address_new}}</text>
191 </view> 191 </view>
192 - <view style='height:90rpx'> 192 + <view style='height:90rpx;clear:both;'>
193 <text class='text_right_333'>{{datas.house_detail_address}}</text> 193 <text class='text_right_333'>{{datas.house_detail_address}}</text>
194 </view> 194 </view>
195 - <view style='height:90rpx;width:100%'> 195 + <view style='height:90rpx;width:100%;clear:both;'>
196 <text class='text_left'>证书类型</text> 196 <text class='text_left'>证书类型</text>
197 <text class='text_right_333'>{{datas.certification_type}}</text> 197 <text class='text_right_333'>{{datas.certification_type}}</text>
198 </view> 198 </view>
199 - <view style='height:90rpx;width:100%'> 199 + <view style='height:90rpx;width:100%;clear:both;'>
200 <text class='text_left'>证书类型</text> 200 <text class='text_left'>证书类型</text>
201 <text class='text_right_333'>{{datas.certification_type}}</text> 201 <text class='text_right_333'>{{datas.certification_type}}</text>
202 </view> 202 </view>
203 - <view style='height:90rpx;width:100%'> 203 + <view style='height:90rpx;width:100%;clear:both;'>
204 <text class='text_left'>证书号码</text> 204 <text class='text_left'>证书号码</text>
205 <text class='text_right_333'>{{datas.certification_no}}</text> 205 <text class='text_right_333'>{{datas.certification_no}}</text>
206 </view> 206 </view>
207 - <view style='height:90rpx;width:100%'> 207 + <view style='height:90rpx;width:100%;clear:both;'>
208 <text class='text_left'>是否首套婚前贷款且婚后各自扣除:</text> 208 <text class='text_left'>是否首套婚前贷款且婚后各自扣除:</text>
209 <text class='text_right_333'>{{}}</text> 209 <text class='text_right_333'>{{}}</text>
210 </view> 210 </view>
211 - <view style='height:90rpx;width:100%'> 211 + <view style='height:90rpx;width:100%;clear:both;'>
212 <text class='text_left'>是否本人借款</text> 212 <text class='text_left'>是否本人借款</text>
213 <text class='text_right_333'>{{datas.certification_type}}</text> 213 <text class='text_right_333'>{{datas.certification_type}}</text>
214 </view> 214 </view>
215 <view style='width:100%;height:20rpx;background:#f9f9f9'></view> 215 <view style='width:100%;height:20rpx;background:#f9f9f9'></view>
216 - <view style='height:90rpx;width:100%'> 216 + <view style='height:90rpx;width:100%;clear:both;'>
217 <text class='text_left'>贷款类型</text> 217 <text class='text_left'>贷款类型</text>
218 <text class='text_right_333'>{{datas.loan_type}}</text> 218 <text class='text_right_333'>{{datas.loan_type}}</text>
219 </view> 219 </view>
220 - <view style='height:90rpx;width:100%'> 220 + <view style='height:90rpx;width:100%;clear:both;'>
221 <text class='text_left'>贷款合同编号</text> 221 <text class='text_left'>贷款合同编号</text>
222 <text class='text_right_333'>{{datas.loan_contract_no}}</text> 222 <text class='text_right_333'>{{datas.loan_contract_no}}</text>
223 </view> 223 </view>
224 - <view style='height:90rpx;width:100%'> 224 + <view style='height:90rpx;width:100%;clear:both;'>
225 <text class='text_left'>首次还款日期</text> 225 <text class='text_left'>首次还款日期</text>
226 <text class='text_right_333'>{{datas.loan_start}}</text> 226 <text class='text_right_333'>{{datas.loan_start}}</text>
227 </view> 227 </view>
228 - <view style='height:90rpx;width:100%'> 228 + <view style='height:90rpx;width:100%;clear:both;'>
229 <text class='text_left'>贷款期限(月数)</text> 229 <text class='text_left'>贷款期限(月数)</text>
230 <text class='text_right_333'>{{datas.loan_months}}</text> 230 <text class='text_right_333'>{{datas.loan_months}}</text>
231 </view> 231 </view>
232 </view> 232 </view>
233 - <view style='height:90rpx;width:100%'> 233 + <view style='height:90rpx;width:100%;clear:both;'>
234 <text class='text_left'>扣除方式</text> 234 <text class='text_left'>扣除方式</text>
235 <text class='text_right_333'>{{reducetype[datas.deduction_type]}}度</text> 235 <text class='text_right_333'>{{reducetype[datas.deduction_type]}}度</text>
236 </view> 236 </view>
237 - <view style='height:90rpx;width:100%'> 237 + <view style='height:90rpx;width:100%;clear:both;'>
238 <text class='text_left'>扣除金额</text> 238 <text class='text_left'>扣除金额</text>
239 <text class='text_right_orange'>¥{{datas.deduction_amount}}/{{reducetype[datas.deduction_type]}}</text> 239 <text class='text_right_orange'>¥{{datas.deduction_amount}}/{{reducetype[datas.deduction_type]}}</text>
240 </view> 240 </view>
241 <view style='width:100%;height:20rpx;background:#f9f9f9'></view> 241 <view style='width:100%;height:20rpx;background:#f9f9f9'></view>
242 - <view style='height:90rpx;width:100%'> 242 + <view style='height:90rpx;width:100%;clear:both;'>
243 <text class='text_left'>配偶姓名</text> 243 <text class='text_left'>配偶姓名</text>
244 <text class='text_right_333'>{{datas.spouse_name}}</text> 244 <text class='text_right_333'>{{datas.spouse_name}}</text>
245 </view> 245 </view>
246 - <view style='height:90rpx;width:100%'> 246 + <view style='height:90rpx;width:100%;clear:both;'>
247 <text class='text_left'>配偶证照类型</text> 247 <text class='text_left'>配偶证照类型</text>
248 <text class='text_right_333'>{{datas.spouse_id_card_type=='1'?"居民身份证":datas.spouse_id_card_type}}</text> 248 <text class='text_right_333'>{{datas.spouse_id_card_type=='1'?"居民身份证":datas.spouse_id_card_type}}</text>
249 </view> 249 </view>
250 - <view style='height:90rpx;width:100%'> 250 + <view style='height:90rpx;width:100%;clear:both;'>
251 <text class='text_left'>配偶身份证照号码</text> 251 <text class='text_left'>配偶身份证照号码</text>
252 <text class='text_right_333'>{{datas.spouse_id_card_no}}</text> 252 <text class='text_right_333'>{{datas.spouse_id_card_no}}</text>
253 </view> 253 </view>
254 - <view style='height:90rpx;width:100%'> 254 + <view style='height:90rpx;width:100%;clear:both;'>
255 <text class='text_left'>出生日期</text> 255 <text class='text_left'>出生日期</text>
256 <text class='text_right_333'>{{datas.birthday}}</text> 256 <text class='text_right_333'>{{datas.birthday}}</text>
257 </view> 257 </view>
258 - <view style='height:90rpx;width:100%'> 258 + <view style='height:90rpx;width:100%;clear:both;'>
259 <text class='text_left'>国籍</text> 259 <text class='text_left'>国籍</text>
260 <text class='text_right_333'>中国</text> 260 <text class='text_right_333'>中国</text>
261 </view> 261 </view>
注册登录 后发表评论