heyang лет назад: 3
Родитель
Сommit
557d0c7b67

+ 3 - 3
microserviceUserH5/vcloud/fullAttendAssistant.html

@@ -64,7 +64,7 @@
 			const pointName = id + '_IOS'
 			operate(pointName);
 		}
-		function operate(pointName){
+		function operate(pointName,type){
 			$.ajax({
 				url: baseUrl + '/api/public/v1/systemBuriedPoint/stat',
 				type: 'post',
@@ -75,7 +75,7 @@
 				dataType: 'json',
 				cache: false,
 				success: function (res) {
-					if(isAndroid){
+					if(isAndroid && type === 'click'){
 						getAppDownload();
 					}
 				},
@@ -91,7 +91,7 @@
 				document.documentElement.style.overflow='hidden';
 			}else if(isAndroid){
 				const pointName = id + '_click'
-		        operate(pointName);
+		        operate(pointName,'click');
 			}else if(isiOS){
 				const pointName = id + '_IOS_click'
 				operate(pointName);

+ 3 - 3
microserviceUserH5/vcloud/homeAttence.html

@@ -64,7 +64,7 @@
 			const pointName = id + '_IOS'
 			operate(pointName);
 		}
-		function operate(pointName){
+		function operate(pointName,type){
 			$.ajax({
 				url: baseUrl + '/api/public/v1/systemBuriedPoint/stat',
 				type: 'post',
@@ -75,7 +75,7 @@
 				dataType: 'json',
 				cache: false,
 				success: function (res) {
-					if(isAndroid){
+					if(isAndroid && type === 'click'){
 						getAppDownload();
 					}
 				},
@@ -91,7 +91,7 @@
 				document.documentElement.style.overflow='hidden';
 			}else if(isAndroid){
 				const pointName = id + '_click'
-		        operate(pointName);
+		        operate(pointName,'click');
 			}else if(isiOS){
 				const pointName = id + '_IOS_click'
 				operate(pointName);

+ 3 - 3
microserviceUserH5/vcloud/maJiaBaoGoApp.html

@@ -63,7 +63,7 @@
 			const pointName = id + '_IOS'
 			operate(pointName);
 		}
-		function operate(pointName){
+		function operate(pointName,type){
 			$.ajax({
 				url: baseUrl + '/api/public/v1/systemBuriedPoint/stat',
 				type: 'post',
@@ -74,7 +74,7 @@
 				dataType: 'json',
 				cache: false,
 				success: function (res) {
-					if(isAndroid){
+					if(isAndroid && type === 'click'){
 						getAppDownload();
 					}
 				},
@@ -90,7 +90,7 @@
 				document.documentElement.style.overflow='hidden';
 			}else if(isAndroid){
 				const pointName = id + '_click'
-		        operate(pointName);
+		        operate(pointName,'click');
 			}else if(isiOS){
 				const pointName = id + '_IOS_click'
 				operate(pointName);

+ 3 - 3
microserviceUserH5/vcloud/pangdaAttence.html

@@ -64,7 +64,7 @@
 			const pointName = id + '_IOS'
 			operate(pointName);
 		}
-		function operate(pointName){
+		function operate(pointName,type){
 			$.ajax({
 				url: baseUrl + '/api/public/v1/systemBuriedPoint/stat',
 				type: 'post',
@@ -75,7 +75,7 @@
 				dataType: 'json',
 				cache: false,
 				success: function (res) {
-					if(isAndroid){
+					if(isAndroid && type === 'click'){
 						getAppDownload();
 					}
 				},
@@ -91,7 +91,7 @@
 				document.documentElement.style.overflow='hidden';
 			}else if(isAndroid){
 				const pointName = id + '_click'
-		        operate(pointName);
+		        operate(pointName,'click');
 			}else if(isiOS){
 				const pointName = id + '_IOS_click'
 				operate(pointName);

+ 3 - 3
microserviceUserH5/vcloud/zhenxiangAttence.html

@@ -63,7 +63,7 @@
 			const pointName = id + '_IOS'
 			operate(pointName);
 		}
-		function operate(pointName){
+		function operate(pointName,type){
 			$.ajax({
 				url: baseUrl + '/api/public/v1/systemBuriedPoint/stat',
 				type: 'post',
@@ -74,7 +74,7 @@
 				dataType: 'json',
 				cache: false,
 				success: function (res) {
-					if(isAndroid){
+					if(isAndroid && type === 'click'){
 						getAppDownload();
 					}
 				},
@@ -90,7 +90,7 @@
 				document.documentElement.style.overflow='hidden';
 			}else if(isAndroid){
 				const pointName = id + '_click'
-		        operate(pointName);
+		        operate(pointName,'click');
 			}else if(isiOS){
 				const pointName = id + '_IOS_click'
 				operate(pointName);