heyang пре 3 година
родитељ
комит
de80a9a884
1 измењених фајлова са 20 додато и 20 уклоњено
  1. 20 20
      microserviceUserH5/vcloud/register.html

+ 20 - 20
microserviceUserH5/vcloud/register.html

@@ -246,28 +246,28 @@
       }
     }
     // 邀请好友页面访问量统计埋点接口(仅分享好友下载页面调用)
-    // function visit() {
-    //   $.ajax({
-    //     url: baseUrl + '/api/user/v5/operateApi/addUserVisit',
-    //     type: 'post',
-    //     data: JSON.stringify({ "accessType": 2, "loginType": 2 }),
-    //     contentType:"application/json",
-		// 		dataType: 'json',
-		// 		cache: false,
-    //     success: function () {
-    //     }
-    //   })
-    // }
     function visit() {
-			$.ajax({
-				url: baseUrl + '/api/user/v3/invitation/client/addInviteData',
-				type: 'get',
+      $.ajax({
+        url: baseUrl + '/api/user/v5/operateApi/addUserVisit',
+        type: 'post',
+        data: JSON.stringify({ "accessType": 2, "loginType": 2 }),
+        contentType:"application/json",
+				dataType: 'json',
 				cache: false,
-				dataType: 'text',
-				success: function () {
-				}
-			})
-		}
+        success: function () {
+        }
+      })
+    }
+    // function visit() {
+		// 	$.ajax({
+		// 		url: baseUrl + '/api/user/v3/invitation/client/addInviteData',
+		// 		type: 'get',
+		// 		cache: false,
+		// 		dataType: 'text',
+		// 		success: function () {
+		// 		}
+		// 	})
+		// }
     //防止提示一秒内重复显示
     function stopManyClick(fn) {
       if (flag) {