作者 sgj
1 个管道 的构建 失败 耗费 0 秒

备注

... ... @@ -70,6 +70,7 @@ class VolunteerModel extends Model
return;
}
$userInfo['area']=$user['province'] ;
$userInfo['nickname']=$user['nickname'] ;
$userInfo['avatar']=$user['photo'] ;
$userInfo['serial']=$user['serial'] ;
$userInfo['name']=$user['name'];
... ...
... ... @@ -30,6 +30,13 @@
</td>
</tr>
<tr>
<th width="100">昵称</th>
<td>
<input class="form-control" type="text" name="nickname"
id="nickname" value="{$data.nickname}" placeholder="请输入昵称" />
</td>
</tr>
<tr>
<th width="100">编号</th>
<td>
<input class="form-control" type="text" name="serial"
... ...