Browse Source

修改分享回调

smallqiang 5 years ago
parent
commit
abc80dd333
1 changed files with 5 additions and 1 deletions
  1. 5 1
      assets/scripts/common/Platform.js

+ 5 - 1
assets/scripts/common/Platform.js

@@ -415,7 +415,11 @@ class Platform {
 
                     });
                 } else {
-                    AlertManager.showShareFailAlert();
+                    if (window.tt != undefined) {
+
+                    } else {
+                        AlertManager.showShareFailAlert();
+                    }
                 }
             }
         }