提交 5ef19e76681a1a53b924ec3e85809dbebab08037

作者 wangyu
2 个父辈 f91b90d2 d9d33965

Merge branch 'dev2.0' into dev_wy

@@ -186,13 +186,13 @@ @@ -186,13 +186,13 @@
186 <view style='height:90rpx'> 186 <view style='height:90rpx'>
187 <text class='red_star_right_10'>*</text> 187 <text class='red_star_right_10'>*</text>
188 <text class='text_777_30 float_left'>医疗支出总金额</text> 188 <text class='text_777_30 float_left'>医疗支出总金额</text>
189 - <input class='input_wrap float_right' placeholder-class='text_999_30 float_right' style='line-height: 90rpx;text-align: right;width:200rpx;color:#000;' placeholder='请输入总金额' type='digit' name='total_amount' value='{{total_amount}}'></input> 189 + <input class='input_wrap float_right' placeholder-class='text_999_30 float_right' style='line-height: 90rpx;text-align: right;width:200rpx;color:#000;' placeholder='请输入总金额' name='total_amount' value='{{total_amount}}'></input>
190 </view> 190 </view>
191 <view class='divide_line_30'></view> 191 <view class='divide_line_30'></view>
192 <view style='height:90rpx'> 192 <view style='height:90rpx'>
193 <text class='red_star_right_10'>*</text> 193 <text class='red_star_right_10'>*</text>
194 <text class='text_777_30 float_left'>个人负担金额</text> 194 <text class='text_777_30 float_left'>个人负担金额</text>
195 - <input class='input_wrap float_right' placeholder-class='text_999_30 float_right' style='line-height: 90rpx;text-align: right;color:#000;' placeholder='请输入金额' type='digit' name='amount_by_person' value='{{total_amount}}'></input> 195 + <input class='input_wrap float_right' placeholder-class='text_999_30 float_right' style='line-height: 90rpx;text-align: right;color:#000;' placeholder='请输入金额' name='amount_by_person' value='{{total_amount}}'></input>
196 </view> 196 </view>
197 </view> 197 </view>
198 <!-- 住房 --> 198 <!-- 住房 -->
@@ -122,6 +122,7 @@ Page({ @@ -122,6 +122,7 @@ Page({
122 relativeData: this.data.relativeData, 122 relativeData: this.data.relativeData,
123 name: tax_info.name, 123 name: tax_info.name,
124 // cardtypeData: this.data.cardtypeData, 124 // cardtypeData: this.data.cardtypeData,
  125 + mobile: tax_info.mobile,
125 genderData: this.data.genderData, 126 genderData: this.data.genderData,
126 isIdCard: '居民身份证' == tax_info.id_card_type ? true : false, 127 isIdCard: '居民身份证' == tax_info.id_card_type ? true : false,
127 card_number: tax_info.id_card_no 128 card_number: tax_info.id_card_no
注册登录 后发表评论