xiongzhu 3 anos atrás
pai
commit
8549300400
1 arquivos alterados com 3 adições e 3 exclusões
  1. 3 3
      src/components/Post.vue

+ 3 - 3
src/components/Post.vue

@@ -176,9 +176,9 @@ export default {
             return '';
         },
         supportNativeShare() {
-            if (window.UmengPlugin) {
-                return 2;
-            }
+            // if (window.UmengPlugin) {
+            //     return 2;
+            // }
             if (window.cordova) {
                 return 1;
             }