|
|
@@ -1273,16 +1273,16 @@
|
|
|
return;
|
|
|
}
|
|
|
|
|
|
- if (
|
|
|
- /launch:fail/i.test(errMsg) &&
|
|
|
- !tag._wxLaunchBareRetried &&
|
|
|
- tag.getAttribute("extinfo") !== buildWeChatLaunchExtinfo(true)
|
|
|
- ) {
|
|
|
- tag._wxLaunchBareRetried = true;
|
|
|
- refreshWxLaunchTagAttrs(true);
|
|
|
- showFabToast("请再点一次「和U宝继续聊」");
|
|
|
- return;
|
|
|
- }
|
|
|
+ // if (
|
|
|
+ // /launch:fail/i.test(errMsg) &&
|
|
|
+ // !tag._wxLaunchBareRetried &&
|
|
|
+ // tag.getAttribute("extinfo") !== buildWeChatLaunchExtinfo(true)
|
|
|
+ // ) {
|
|
|
+ // tag._wxLaunchBareRetried = true;
|
|
|
+ // refreshWxLaunchTagAttrs(true);
|
|
|
+ // showFabToast("请再点一次「和U宝继续聊」");
|
|
|
+ // return;
|
|
|
+ // }
|
|
|
|
|
|
if (/launch:fail/i.test(errMsg) && !getWxShareEntryFrom()) {
|
|
|
showAppOpenFailTip("请前往应用商店下载U店在哪app");
|