|
|
@@ -45,22 +45,22 @@
|
|
|
<table>
|
|
|
<tr>
|
|
|
<td class="td_info">真实姓名</td>
|
|
|
- <td class="td_user_info user_info"><input type="text" name="name" placeholder="请输入姓名"></td>
|
|
|
+ <td class="td_user_info user_info"><input type="text" name="name" placeholder="请输入姓名" value="{$userinfo['userInfo_name']}"></td>
|
|
|
<td class="td_user_info"></td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
<td class="td_info">身份证号码</td>
|
|
|
- <td class="td_user_info user_info"><input type="text" name="identity" placeholder="请身份证号码"></td>
|
|
|
+ <td class="td_user_info user_info"><input type="text" name="identity" placeholder="请身份证号码" value="{$userinfo['userInfo_identity']}"></td>
|
|
|
<td class="td_user_info"></td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
<td class="td_info">财务信息类型</td>
|
|
|
- <td class="td_user_info user_info"><input type="text" name="bank_card" placeholder="银行账号"></td>
|
|
|
+ <td class="td_user_info user_info"><input type="text" name="bank_card" placeholder="银行账号" value="{$userinfo['userInfo_bank_card']}"></td>
|
|
|
<td class="td_user_info"></td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
<td class="td_info">开户银行账号</td>
|
|
|
- <td class="td_user_info user_info"><input type="text" name="debit_card" placeholder="请输入借记卡卡号"></td>
|
|
|
+ <td class="td_user_info user_info"><input type="text" name="debit_card" placeholder="请输入借记卡卡号" value="{$userinfo['userInfo_debit_card']}"></td>
|
|
|
<td class="td_user_info"></td>
|
|
|
</tr>
|
|
|
<tr class="picture">
|