|
|
@ -2975,7 +2975,7 @@ Page({ |
|
|
// 分享给朋友/群聊
|
|
|
// 分享给朋友/群聊
|
|
|
onShareAppMessage() { |
|
|
onShareAppMessage() { |
|
|
return { |
|
|
return { |
|
|
title: '鸡蛋贸易平台 - 专业的鸡蛋交易小程序', |
|
|
title: '专业的鸡蛋批发平台', |
|
|
path: '/pages/index/index', |
|
|
path: '/pages/index/index', |
|
|
imageUrl: this.data.shareImageUrl |
|
|
imageUrl: this.data.shareImageUrl |
|
|
} |
|
|
} |
|
|
@ -2984,7 +2984,7 @@ Page({ |
|
|
// 分享到朋友圈
|
|
|
// 分享到朋友圈
|
|
|
onShareTimeline() { |
|
|
onShareTimeline() { |
|
|
return { |
|
|
return { |
|
|
title: '鸡蛋贸易平台 - 专业的鸡蛋交易小程序', |
|
|
title: '专业的鸡蛋批发平台', |
|
|
query: '', |
|
|
query: '', |
|
|
imageUrl: this.data.shareImageUrl |
|
|
imageUrl: this.data.shareImageUrl |
|
|
} |
|
|
} |
|
|
|