|
|
|
@ -663,7 +663,7 @@
|
|
|
|
|
<% end %>
|
|
|
|
|
$('#my_account_form_link').click(function(e){
|
|
|
|
|
if( $("input[name='province']").val().trim() != '' && $("input[name='occupation']").val().trim() == ''){ //学校名字和id不对的话
|
|
|
|
|
$("#hint").html('<span style="color:red">学校必须是从下拉列表中选择的</span>').show();
|
|
|
|
|
$("#hint").html('<span style="color:red">学校必须是从下拉列表中选择的,不能手动修改</span>').show();
|
|
|
|
|
e.stopImmediatePropagation();
|
|
|
|
|
return;
|
|
|
|
|
}
|
|
|
|
|