正在显示
2 个修改的文件
包含
3 行增加
和
2 行删除
... | ... | @@ -186,13 +186,13 @@ |
186 | 186 | <view style='height:90rpx'> |
187 | 187 | <text class='red_star_right_10'>*</text> |
188 | 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 | 190 | </view> |
191 | 191 | <view class='divide_line_30'></view> |
192 | 192 | <view style='height:90rpx'> |
193 | 193 | <text class='red_star_right_10'>*</text> |
194 | 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 | 196 | </view> |
197 | 197 | </view> |
198 | 198 | <!-- 住房 --> | ... | ... |
... | ... | @@ -122,6 +122,7 @@ Page({ |
122 | 122 | relativeData: this.data.relativeData, |
123 | 123 | name: tax_info.name, |
124 | 124 | // cardtypeData: this.data.cardtypeData, |
125 | + mobile: tax_info.mobile, | |
125 | 126 | genderData: this.data.genderData, |
126 | 127 | isIdCard: '居民身份证' == tax_info.id_card_type ? true : false, |
127 | 128 | card_number: tax_info.id_card_no | ... | ... |
请
注册
或
登录
后发表评论