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