提交 9a5666a4 编写于 作者: tao.wu's avatar tao.wu

修改微信分享参数

上级 8232be02
...@@ -132,15 +132,21 @@ ...@@ -132,15 +132,21 @@
}, },
// 交互事件 // 交互事件
setScrollHandle(instval){ setScrollHandle(instval){
if (instval >= this.baseShowHeight) { if(this.isOpacity){
this.isScroll = true; if (instval >= this.baseShowHeight) {
this.leftIcon = leftimg2; this.isScroll = true;
this.rightIcon = rightimg2; this.leftIcon = leftimg2;
} else { this.rightIcon = rightimg2;
this.isScroll = false; } else {
this.leftIcon = leftimg1; this.isScroll = false;
this.rightIcon = rightimg1; this.leftIcon = leftimg1;
} this.rightIcon = rightimg1;
}
}else{
this.isScroll = true;
this.leftIcon = leftimg2;
this.rightIcon = rightimg2;
}
} }
} }
} }
......
...@@ -3,8 +3,7 @@ ...@@ -3,8 +3,7 @@
<div :style="{width: '375px',height: padTop + 'px', background: '#fff'}"></div> <div :style="{width: '375px',height: padTop + 'px', background: '#fff'}"></div>
<h5header <h5header
v-if="!isWeb" v-if="!isWeb"
title="云鹊奖2019" title="云鹊奖2019"
:baseShowHeight="0"
:isOpacity="false" :isOpacity="false"
:shareObj="shareObj" :shareObj="shareObj"
:isCheckAuth="true" :isCheckAuth="true"
...@@ -309,7 +308,7 @@ ...@@ -309,7 +308,7 @@
shareUrl: '', shareUrl: '',
title1: '您的好友邀请您领取医学课程', title1: '您的好友邀请您领取医学课程',
title2: '参与云鹊奖活动,领取免费课程,赢取iphone11等丰厚奖品', title2: '参与云鹊奖活动,领取免费课程,赢取iphone11等丰厚奖品',
shareImageUrl: 'https://file.yunqueyi.com/h5/nzhd19/share.png' shareImageUrl: 'https://file.yunqueyi.com/h5/nzhd19/share2.png'
}, },
padTop: 0 padTop: 0
} }
......
...@@ -3,8 +3,8 @@ ...@@ -3,8 +3,8 @@
<section> <section>
<div class="invite-info"> <div class="invite-info">
<img :src="avatarImageUrl" /> <img :src="avatarImageUrl" />
<p class="title1">{{ name }}邀请您助力 为他赢大奖</p> <p class="title1">{{ name }}邀请您领取医学课程</p>
<p class="title2">领取课程即可助他一臂之力</p> <p class="title2">参与云鹊奖活动,学习课程赢iphone11等奖品</p>
</div> </div>
<div class="page-info"> <div class="page-info">
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册