Commit cb299a12 authored by Xuguangxing's avatar Xuguangxing

feat: 处理分享方式取值

parent e60f1e9a
...@@ -278,9 +278,9 @@ export default class Activity extends Mixins(TransformStyleMixin, BottomNavStyle ...@@ -278,9 +278,9 @@ export default class Activity extends Mixins(TransformStyleMixin, BottomNavStyle
} }
} }
handleNavUrl(nav, isCurrent) { handleNavUrl(nav, isCurrent) {
console.log(isApp, isWxMp, pageType);
if (isCurrent) { return; } if (isCurrent) { return; }
const { pageType, pageUrl } = nav; const { pageType, pageUrl } = nav;
console.log(isApp, isWxMp, pageType);
let nativeBridge; let nativeBridge;
let mpBridge; let mpBridge;
if (+pageType === 1) { // 功能页面 if (+pageType === 1) { // 功能页面
......
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