|
@@ -15,6 +15,7 @@
|
|
|
<div class="top_s">
|
|
|
<a href="javascript:void(0)" onclick="cancel_s()"><i class="Hui-iconfont"></i></a>
|
|
|
</div>
|
|
|
+ <div class="top_tops">提示:您还不是该课程的正式学员,可使用课程密码登录访问。</div>
|
|
|
<input type="text" class="number" placeholder="请输入课程访问密码" id="number">
|
|
|
<div class="submit">
|
|
|
<button class="cancel" onclick="cancel_s()">取消</button>
|
|
@@ -56,10 +57,8 @@
|
|
|
if($("#sort0"+pid).val()==1){//说明已经使用密码登录了
|
|
|
window.location.href = 'index01.html?userId='+pid;
|
|
|
}else{
|
|
|
- if(confirm("您还不是该课程的正式学员,可使用课程密码登录访问。")){
|
|
|
- $("#d1").show();
|
|
|
- $("#num07").val(pid);
|
|
|
- }
|
|
|
+ $("#d1").show();
|
|
|
+ $("#num07").val(pid);
|
|
|
}
|
|
|
|
|
|
}
|