Commit 86107d38 authored by Xuguangxing's avatar Xuguangxing

Merge branch 'master' of http://git.quantgroup.cn/ui/quantum-block-h5 into feat/v1.5

parents c909f4ea 41e9c3cf
......@@ -166,6 +166,8 @@ export default {
}
this.link = link;
const defaultTitle = +localStorage.get('tenantId') === 560761 ? '羊小咩' : '活动页';
let shareUrl = shareCoverImage || coverImage;
shareUrl += isApp ? '?imageMogr2/thumbnail/120x120' : ''
this.shareInfo = {
event: "showShareView",
data: {
......@@ -174,7 +176,7 @@ export default {
title: pageName || defaultTitle,
desc: pageDescribe || '美好生活更从容',
link,
imgUrl: shareCoverImage || coverImage // 图片地址
imgUrl: shareUrl
}
}
};
......
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