|
@@ -245,5 +245,19 @@ Page({
|
|
|
isShowOperation: false
|
|
|
})
|
|
|
}
|
|
|
+ },
|
|
|
+ onShareAppMessage() {
|
|
|
+ return {
|
|
|
+ title: '音乐数字AI器乐工具',
|
|
|
+ path: '/pages/index/index',
|
|
|
+ imageUrl: 'https://oss.dayaedu.com/ktyq/1733311074676.png'
|
|
|
+ }
|
|
|
+ },
|
|
|
+ onShareTimeline() {
|
|
|
+ return {
|
|
|
+ title: '音乐数字AI器乐工具',
|
|
|
+ path: '/pages/index/index',
|
|
|
+ imageUrl: 'https://oss.dayaedu.com/ktyq/1733311074676.png'
|
|
|
+ }
|
|
|
}
|
|
|
})
|