jeter20131220 3 years ago
parent
commit
0ac9df5273
2 changed files with 2 additions and 39 deletions
  1. 1 38
      desktopB/goto.js
  2. 1 1
      mobileB/goto.js

+ 1 - 38
desktopB/goto.js

@@ -22,44 +22,7 @@ $.fn.serializeObject = function () {
 
   return o;
 };
-// email
-// $(document).ready(function () {
 
-//   //E-MAIL格式檢查
-
-//   $("body").on("change", "#email", function () {
-
-//     $Emailchecking = IsEmail($("#email").val());
-
-
-//     if ($Emailchecking == false) {
-
-//       alert("請填寫正確的E-MAIL格式");
-
-//       // $("#email").blur(); //離開焦點
-
-//     }
-
-//   })
-
-//   function IsEmail(email) {
-
-//     var regex = /^([a-zA-Z0-9_\.\-\+])+\@(([a-zA-Z0-9\-])+\.)+([a-zA-Z0-9]{2,4})+$/;
-
-//     if (!regex.test(email)) {
-
-//       return false;
-
-//     } else {
-
-//       return true;
-
-//     }
-
-//   }
-
-// });
-// phone
 
 $(".contact-form1").submit(function (e) {
   /*	var formRef = $('#form1').serializeArray();
@@ -70,7 +33,7 @@ $(".contact-form1").submit(function (e) {
 
     $.ajax({
       type: 'POST',
-      url: 'https://go.hhh.com.tw:8001/deco_request_detail',
+      url: 'https://go.hhh.com.tw:8002/deco_request_detail',
       data: jsonString,
       dataType: 'json',
 

+ 1 - 1
mobileB/goto.js

@@ -42,7 +42,7 @@ $(".feedback-slider1").slick({
   
     $.ajax({
       type: 'POST',
-      url: 'https://go.hhh.com.tw:8001/deco_request_detail',
+      url: 'https://go.hhh.com.tw:8002/deco_request_detail',
       data: jsonString,
       dataType: 'json',
       success: function (data) {