|
@@ -132,7 +132,7 @@ var shareContent = new Vue({
|
|
|
initWxShare: function () {
|
|
|
if (!utils.isWeiXinBrowser) { return }
|
|
|
shareFn.init({
|
|
|
- title: '「我的剑鱼标讯2022」年度总结已经生成,请查收',
|
|
|
+ title: '「我的剑鱼标讯2023」年度总结已经生成,请查收',
|
|
|
desc: '点击领取你的年度总结',
|
|
|
link: this.shareInfo.shareLink,
|
|
|
imgUrl: 'https://cdn-ali.jianyu360.com/images/appext/share-icon.png'
|
|
@@ -231,7 +231,7 @@ var shareContent = new Vue({
|
|
|
image.src = src
|
|
|
},
|
|
|
doAppShare (shareType) {
|
|
|
- var shareTitle = '「我的剑鱼标讯2022」年度总结已经生成,请查收'
|
|
|
+ var shareTitle = '「我的剑鱼标讯2023」年度总结已经生成,请查收'
|
|
|
var content = '点击领取你的年度总结'
|
|
|
var link = this.shareInfo.shareLink + '?source=app_infocontentshare'
|
|
|
if (shareType === 3) {
|