sunshibo 4 days ago
parent
commit
da84dac8f8
1 changed files with 10 additions and 10 deletions
  1. 10 10
      HBuilderProjects/shareAiConsult.html

+ 10 - 10
HBuilderProjects/shareAiConsult.html

@@ -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");