소스 검색

修改默认积分条件

sandm 1 년 전
부모
커밋
5b8f35fadf
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      public/themes/default/views/app/recruit/sign_up.blade.php

+ 0 - 1
public/themes/default/views/app/recruit/sign_up.blade.php

@@ -2296,7 +2296,6 @@
                 @if($special_condition_type == 2)
                 if(this.user.post_id > 0){
                     this.special_select = this.post_special[this.user.post_id];
-                    this.user.special.condition = ''
                 }
                 @endif