|
@@ -336,6 +336,20 @@ Page({
|
|
|
scrollIntoViewType: true,
|
|
|
})
|
|
|
},
|
|
|
+ onShareAppMessage() {
|
|
|
+ return {
|
|
|
+ title: '音乐数字AI',
|
|
|
+ path: '/pages/index/index',
|
|
|
+ imageUrl: 'https://oss.dayaedu.com/ktyq/1733309357691.png'
|
|
|
+ }
|
|
|
+ },
|
|
|
+ onShareTimeline() {
|
|
|
+ return {
|
|
|
+ title: '/音乐数字AI',
|
|
|
+ path: '/pages/index/index',
|
|
|
+ imageUrl: 'https://oss.dayaedu.com/ktyq/1733309357691.png'
|
|
|
+ }
|
|
|
+ }
|
|
|
// onLookMore() {
|
|
|
// this.setData({
|
|
|
// popupShow: true
|