|
|
@ -11,7 +11,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
<form name="regFrm" novalidate>
|
|
|
|
<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 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 class="course-list-row f13 c-grey3 mt10" style="height:auto;">
|
|
|
|
<div class="course-list-row f13 c-grey3 mt10" style="height:auto;">
|
|
|
|
<div class="mt5" style="line-height:20px">
|
|
|
|
<div class="mt5" style="line-height:20px">
|
|
|
|
<span class="ml15 c-grey3">性别</span>
|
|
|
|
<span class="ml15 c-grey3">性别</span>
|
|
|
@ -33,6 +33,12 @@
|
|
|
|
<span class="f12 c-red fl ml15" ng-show="regFrm.email.$error.email">电子邮箱地址不合法</span>
|
|
|
|
<span class="f12 c-red fl ml15" ng-show="regFrm.email.$error.email">电子邮箱地址不合法</span>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div ng-show="lastname == '' " class="f12 c-grey6 mt10 ml15">
|
|
|
|
|
|
|
|
<span class="f13 c-grey3">提示</span>
|
|
|
|
|
|
|
|
<ul class="mb15 mt5 ml10 new-tip">
|
|
|
|
|
|
|
|
<li><span class="project-intro-dot">•</span>您尚未完善您的基本资料,完善后可使用更多功能</li>
|
|
|
|
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
<div class="bottom-tab-wrap mt10">
|
|
|
|
<div class="bottom-tab-wrap mt10">
|
|
|
|
<a ng-click="cancel()" class="weixin-tab c-grey border-top">取消</a>
|
|
|
|
<a ng-click="cancel()" class="weixin-tab c-grey border-top">取消</a>
|
|
|
|
<a ng-click="confirm(regFrm)" ng-class="[{'btn-disabled':!regFrm.$valid} ]" class="weixin-tab link-blue2 border-top">确定</a>
|
|
|
|
<a ng-click="confirm(regFrm)" ng-class="[{'btn-disabled':!regFrm.$valid} ]" class="weixin-tab link-blue2 border-top">确定</a>
|
|
|
|