sunshibo 1 vecka sedan
förälder
incheckning
c91d37b524

+ 2 - 4
HBuilderProjects/secondShareGoods.html

@@ -1130,10 +1130,8 @@
 							? String(detail.errmsg)
 							? String(detail.errmsg)
 							: '';
 							: '';
 				console.warn('[wx-open-launch-app]', detail);
 				console.warn('[wx-open-launch-app]', detail);
-				showAppOpenFailTip(
-					errMsg
-						? '未能唤起 App:' + errMsg
-						: '未能唤起 App,请确认已安装 U店在哪,且开放平台已绑定服务号与移动应用。'
+				showAppOpenFailTip(	
+						'请确复制链接进入U店在哪'
 				);
 				);
 			});
 			});
 		}
 		}

+ 1 - 3
HBuilderProjects/shareCheckIn.html

@@ -1127,9 +1127,7 @@
 							: '';
 							: '';
 				console.warn('[wx-open-launch-app]', detail);
 				console.warn('[wx-open-launch-app]', detail);
 				showAppOpenFailTip(
 				showAppOpenFailTip(
-					errMsg
-						? '未能唤起 App:' + errMsg
-						: '未能唤起 App,请确认已安装 U店在哪,且开放平台已绑定服务号与移动应用。'
+					'请确复制链接进入U店在哪'
 				);
 				);
 			});
 			});
 		}
 		}

+ 1 - 3
HBuilderProjects/shareCheckInUndefined.html

@@ -882,9 +882,7 @@
 							: '';
 							: '';
 				console.warn('[wx-open-launch-app]', detail);
 				console.warn('[wx-open-launch-app]', detail);
 				showAppOpenFailTip(
 				showAppOpenFailTip(
-					errMsg
-						? '未能唤起 App:' + errMsg
-						: '未能唤起 App,请确认已安装 U店在哪,且开放平台已绑定服务号与移动应用。'
+					'请确复制链接进入U店在哪'
 				);
 				);
 			});
 			});
 		}
 		}

+ 1 - 3
HBuilderProjects/shareDynamic.html

@@ -1416,9 +1416,7 @@
 							: '';
 							: '';
 				console.warn('[wx-open-launch-app]', detail);
 				console.warn('[wx-open-launch-app]', detail);
 				showAppOpenFailTip(
 				showAppOpenFailTip(
-					errMsg
-						? '未能唤起 App:' + errMsg
-						: '未能唤起 App,请确认已安装 U店在哪,且开放平台已绑定服务号与移动应用。'
+					'请确复制链接进入U店在哪'
 				);
 				);
 			});
 			});
 		}
 		}

+ 1 - 3
HBuilderProjects/shareIndex.html

@@ -1630,9 +1630,7 @@
 							: '';
 							: '';
 				console.warn('[wx-open-launch-app]', detail);
 				console.warn('[wx-open-launch-app]', detail);
 				showAppOpenFailTip(
 				showAppOpenFailTip(
-					errMsg
-						? '未能唤起 App:' + errMsg
-						: '未能唤起 App,请确认已安装 U店在哪,且开放平台已绑定服务号与移动应用。'
+				'请确复制链接进入U店在哪'
 				);
 				);
 			});
 			});
 		}
 		}

+ 2 - 6
HBuilderProjects/shareUndefined.html

@@ -1170,9 +1170,7 @@
 
 
 				if (/launch:fail_check/i.test(errMsg)) {
 				if (/launch:fail_check/i.test(errMsg)) {
 					showAppOpenFailTip(
 					showAppOpenFailTip(
-						'未能唤起 App:' +
-							errMsg +
-							'。请确认公众号已关联移动应用「U店在哪」,且 JS 安全域名与当前页一致。'
+					'请确复制链接进入U店在哪'
 					);
 					);
 					return;
 					return;
 				}
 				}
@@ -1189,9 +1187,7 @@
 				}
 				}
 
 
 				showAppOpenFailTip(
 				showAppOpenFailTip(
-					errMsg
-						? '未能唤起 App:' + errMsg + '。请确认已安装最新版「U店在哪」。'
-						: '未能唤起 App,请确认已安装 U店在哪,且开放平台已绑定服务号与移动应用。'
+					'请确复制链接进入U店在哪'
 				);
 				);
 			});
 			});
 		}
 		}