You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
simple-yewu/frontend/views/user/my-info.php

13 lines
577 B

<form id="myinfoFrm" method="post">
<input name="_csrf" type="hidden" id="_csrf" value="<?=Yii::$app->request->csrfToken ?>">
<table cellpadding="5" width="90%">
<tr>
<td width="75">姓名:</td>
<td><input class="easyui-textbox" type="text" name="name" style="width: 100%;" value="<?=$my->name?>" /></td>
</tr>
<tr>
<td width="75">联系电话:</td>
<td><input class="easyui-textbox" type="text" name="phone" style="width: 100%;" value="<?=$my->phone?>" /></td>
</tr>
</table>
</form>