|
|
|
@ -12,7 +12,7 @@
|
|
|
|
|
<form name="regFrm" novalidate>
|
|
|
|
|
|
|
|
|
|
<div class="course-list-row f13 c-grey3 mt10"><span class="fl ml15 c-grey3">姓名</span><input class="new-class-input ml25" ng-model="lastname" placeholder="请输入您的真实姓名" maxlength="30" /></div>
|
|
|
|
|
<div ng-show="lastname == '' " class="c-red f12 mt5 ml15">姓名不能为空</div>
|
|
|
|
|
<div ng-show="lastname == '' " class="c-red f12 mt5 ml65">姓名不能为空</div>
|
|
|
|
|
<div class="course-list-row f13 c-grey3 mt10" style="height:auto;">
|
|
|
|
|
<div class="mt5" style="line-height:20px">
|
|
|
|
|
<span class="ml15 c-grey3">性别</span>
|
|
|
|
@ -31,8 +31,8 @@
|
|
|
|
|
<input class="new-class-input ml25" type="email" name="email" ng-model="mail" placeholder="请输入您的邮箱地址" maxlength="60" />
|
|
|
|
|
</div>
|
|
|
|
|
<div ng-show="regFrm.$submitted || regFrm.email.$touched">
|
|
|
|
|
<span class="f12 c-red ml15" ng-show="regFrm.email.$error.required">电子邮箱地址不能为空</span>
|
|
|
|
|
<span class="f12 c-red ml15" ng-show="regFrm.email.$error.email">电子邮箱地址不合法</span>
|
|
|
|
|
<span class="f12 c-red ml65" ng-show="regFrm.email.$error.required">电子邮箱地址不能为空</span>
|
|
|
|
|
<span class="f12 c-red ml65" ng-show="regFrm.email.$error.email">电子邮箱地址不合法</span>
|
|
|
|
|
</div>
|
|
|
|
|
<div ng-show="lastname == '' " class="f12 c-grey6 mt10 ml15">
|
|
|
|
|
<span class="f13 c-grey3">提示</span>
|
|
|
|
|