liqi_888 发表于 2013-4-8 13:28:59

用户管理 用户编辑 手机号码保存不了

修改方式把
<input class="inputxt" name="mobilePone" value="${user.mobilePhone}" datatype="m" errormsg="手机号码不正确!" ignore="ignore">
改成
<input class="inputxt" name="mobilePhone" value="${user.mobilePhone}" datatype="m" errormsg="手机号码不正确!" ignore="ignore">

页: [1]
查看完整版本: 用户管理 用户编辑 手机号码保存不了