Browse Source

邀请登录

luyanan 6 years ago
parent
commit
1e5372e8a8
2 changed files with 4 additions and 1 deletions
  1. 1 1
      cmp-portal/cmp-staff-invite-log.html
  2. 3 0
      cmp-portal/js/cmp-staff-invite-log.js

+ 1 - 1
cmp-portal/cmp-staff-invite-log.html

@ -74,7 +74,7 @@
74 74
						<p class="importTip">恭喜您已成为<br><span class="cmpName cmpOrgName"></span><br>企业认证员工!</p>
75 75
					</li>
76 76
					<li>
77
						<a href="/index.html"><button type="button" class="frmtype frmtypeW btnModel btnModelBig">登录科袖网</button></a>
77
						<button type="button" class="frmtype frmtypeW btnModel btnModelBig login-kexiu">登录科袖网</button>
78 78
					</li>
79 79
				</ul>
80 80
			</form>

+ 3 - 0
cmp-portal/js/cmp-staff-invite-log.js

@ -154,6 +154,9 @@
154 154
		$.cookie('userType', null);
155 155
		location.href = "../index.html"
156 156
	})
157
	$('.login-kexiu').on('click', function(){
158
		location.href = "../index.html"
159
	})
157 160
	//加入企业
158 161
	function joinOrg(id){
159 162
		$.ajax("/ajax/professor/joinAndPassOrgAuth", {