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