浏览代码

提交代码

hugeng 4 年之前
父节点
当前提交
5916699c7a

+ 3 - 4
src/main/webapp/WEB-INF/jsp/index01/classStart.jsp

@@ -15,6 +15,7 @@
     <div class="top_s">
         <a href="javascript:void(0)" onclick="cancel_s()"><i class="Hui-iconfont">&#xe6a6;</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);
                 }
 
             }

+ 3 - 4
src/main/webapp/WEB-INF/jsp/index01/gongyong.jsp

@@ -67,6 +67,7 @@
     <div class="top_s">
         <a href="javascript:void(0)" onclick="cancel_s()"><i class="Hui-iconfont">&#xe6a6;</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>
@@ -112,10 +113,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);
                 }
 
             }

+ 3 - 4
src/main/webapp/WEB-INF/jsp/index01/index01.jsp

@@ -293,6 +293,7 @@
     <div class="top_s">
         <a href="javascript:void(0)" onclick="cancel_s()"><i class="Hui-iconfont">&#xe6a6;</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>
@@ -382,10 +383,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);
                 }
 
             }

+ 3 - 4
src/main/webapp/WEB-INF/jsp/user/index.jsp

@@ -218,6 +218,7 @@
     <div class="top_s">
         <a href="javascript:void(0)" onclick="cancel_s()"><i class="Hui-iconfont">&#xe6a6;</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>
@@ -263,10 +264,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);
                 }
 
             }