huai-sian 3 yıl önce
ebeveyn
işleme
4507a64380

+ 1 - 1
api/static/script_anchor_eng.js

@@ -84,7 +84,7 @@ $(".next").click(function () {
   button.setAttribute('disabled', '');
   setTimeout(function () {
     button.removeAttribute('disabled')
-  }, 4000);
+  }, 15000);
   avatar = $('.avatar').val();
   name_title = $('.title_new').val();
   txtARR = [];

+ 1 - 1
api/static/script_util.js

@@ -120,7 +120,7 @@ $(".next").click(function () {
   button.setAttribute('disabled', '');
   setTimeout(function () {
     button.removeAttribute('disabled')
-  }, 10000);
+  }, 15000);
   avatar = $('.avatar').val();
   name_title = $('.title_new').val();
   txtARR = [];

+ 1 - 22
html/make_video2.html

@@ -631,28 +631,7 @@
     <script src="static/script_util2.js"></script>
     <script src="static/common.js"></script>
 <script>
-$('.owl-carousel').owlCarousel({
-  loop: true,
-  margin: 10,
-  nav: false,
-  mouseDrag: true,
-  touchDrag: true,
-  smartSpeed: 1000,
-  autoplay: true,
-  autoplayTimeout: 8000,
-  autoplayHoverPause: false,
-  responsive: {
-    0: {
-      items: 1
-    },
-    600: {
-      items: 2
-    },
-    1000: {
-      items: 4
-    }
-  }
-});
+
 $( ".menu-bar" ).click(function() {
   $(".sidenav").show();
 });

+ 1 - 1
html/script_eng.js

@@ -284,7 +284,7 @@ $(".next").click(function () {
   button.setAttribute('disabled', '');
   setTimeout(function () {
     button.removeAttribute('disabled')
-  }, 8000);
+  }, 15000);
   avatar = $('.avatar').val();
   name_title = $('.title_new').val();
   txtARR = [];

+ 1 - 1
html/script_long.js

@@ -280,7 +280,7 @@ $("#sendBTN").click(function () {
   buttonSend.setAttribute('disabled', '');
   setTimeout(function () {
     buttonSend.removeAttribute('disabled')
-  }, 4000);
+  }, 15000);
   avatar = $('.avatar').val();
   name_title = $('.title_new').val();
   imgARR = [];

+ 1 - 1
html/static/script_anchor_eng copy.js

@@ -84,7 +84,7 @@ $(".next").click(function () {
   button.setAttribute('disabled', '');
   setTimeout(function () {
     button.removeAttribute('disabled')
-  }, 4000);
+  }, 15000);
   avatar = $('.avatar').val();
   name_title = $('.title_new').val();
   txtARR = [];

+ 1 - 1
html/static/script_anchor_eng.js

@@ -84,7 +84,7 @@ $(".next").click(function () {
   button.setAttribute('disabled', '');
   setTimeout(function () {
     button.removeAttribute('disabled')
-  }, 4000);
+  }, 15000);
   avatar = $('.avatar').val();
   name_title = $('.title_new').val();
   txtARR = [];

+ 1 - 1
html/static/script_slides.js

@@ -341,7 +341,7 @@ $("#send_slide").click(function () {
   slide_button.setAttribute('disabled', '');
   setTimeout(function () {
     slide_button.removeAttribute('disabled')
-  }, 4000);
+  }, 15000);
   avatar = $('.avatar').val();
   var step;
   multiLang = 0

+ 1 - 1
html/static/script_slides_eng.js

@@ -215,7 +215,7 @@ $("#send_slide").click(function () {
   slide_button.setAttribute('disabled', '');
   setTimeout(function () {
     slide_button.removeAttribute('disabled')
-  }, 4000);
+  }, 15000);
   avatar = $('.avatar').val();
   var step;
   multiLang = 0

+ 1 - 1
html/static/script_util.js

@@ -195,7 +195,7 @@ $(".next").click(function () {
   button.setAttribute('disabled', '');
   setTimeout(function () {
     button.removeAttribute('disabled')
-  }, 10000);
+  }, 15000);
   avatar = $('.avatar').val();
   name_title = $('.title_new').val();
   txtARR = [];

+ 5 - 4
html/static/script_util2.js

@@ -350,16 +350,17 @@ $(".next").click(function () {
   button.setAttribute('disabled', '');
   setTimeout(function () {
     button.removeAttribute('disabled')
-  }, 10000);
+  }, 15000);
+  console.log('submit');
 
   var Avatar_value 
   var Avatar_value2
   $('input[name="AvatarVal"]:checked').each(function(){//遍歷每一個名字為interest的核取方塊,其中選中的執行函式  
     Avatar_value=$(this).val();//將選中的值新增到陣列chk_value中  
   });
-  Avatar_value2=parseInt(Avatar_value);
+  Avatar_value2=parseInt(Avatar_value); 
   
-  var avatar= Avatar_value2
+ var avatar= Avatar_value2
   console.log(avatar);
 
   if(isNaN(avatar)){
@@ -421,7 +422,7 @@ $(".next").click(function () {
   };
   var data = renderXHR_data(dataOBJ)
   console.log(data)
-  result = xhr.send(objstr);
+  result = xhr.send(objstr); 
 });