Browse Source

合并远程分支更改

蛋吧eggbar
徐飞洋 1 month ago
parent
commit
7944a73daa
  1. 4
      pages/index/index.js

4
pages/index/index.js

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

Loading…
Cancel
Save