Explorar el Código

fix:修复安卓端分享错误

lihao hace 2 años
padre
commit
ed9b5cc249
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      plugins/native.js

+ 1 - 1
plugins/native.js

@@ -27,7 +27,7 @@ export default function ({ $userAgent, $wx }, i) {
         }
 
         if ($userAgent.isAndroid) {
-          await window.native.share(title, desc, link, imgUrl, '28_分享活动');
+          await window.native.showEventShare(link, title, desc, imgUrl);
           return;
         }
         return;