Commit e60f1e9a authored by Xuguangxing's avatar Xuguangxing

feat: 处理分享方式取值

parent e50ea748
......@@ -278,6 +278,7 @@ export default class Activity extends Mixins(TransformStyleMixin, BottomNavStyle
}
}
handleNavUrl(nav, isCurrent) {
console.log(isApp, isWxMp, pageType);
if (isCurrent) { return; }
const { pageType, pageUrl } = nav;
let nativeBridge;
......@@ -354,7 +355,6 @@ export default class Activity extends Mixins(TransformStyleMixin, BottomNavStyle
}
return;
} else {
console.log(isApp, isWxMp);
if (isApp) {
nativeBridge = new Bridge();
nativeBridge.openNewUrl({
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment