|
|
@@ -337,7 +337,7 @@
|
|
|
title: '体温打卡,中国加油!', // 分享标题
|
|
|
desc: getStore('role') === 'staff' ? '我正在' + that.enterprise_name + '体温打卡进行每日体温记录,你也快来试试吧!' : that.enterprise_name + '邀请你进行体温打卡', // 分享描述
|
|
|
link: 'http://dk.hap-job.com/invitation?enterprise_id=' + that.enterprise_id + '&enterprise_name=' + that.enterprise_name, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
|
|
|
- imgUrl: '', // 分享图标
|
|
|
+ imgUrl: 'https://hpjobtest.oss-cn-shanghai.aliyuncs.com/uploadfiles/banner/wx_share.png', // 分享图标
|
|
|
success: function () {
|
|
|
// 设置成功
|
|
|
}
|
|
|
@@ -351,7 +351,7 @@
|
|
|
wx.updateTimelineShareData({
|
|
|
title: getStore('role') === 'staff' ? '我正在' + that.enterprise_name + '体温打卡进行每日体温记录,你也快来试试吧!' : that.enterprise_name + '邀请你进行体温打卡', // 分享标题
|
|
|
link: 'http://dk.hap-job.com/invitation?enterprise_id=' + that.enterprise_id + '&enterprise_name=' + that.enterprise_name, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
|
|
|
- imgUrl: '', // 分享图标
|
|
|
+ imgUrl: 'https://hpjobtest.oss-cn-shanghai.aliyuncs.com/uploadfiles/banner/wx_share.png', // 分享图标
|
|
|
success: function () {
|
|
|
// 设置成功
|
|
|
}
|