Files
fesatcodeMiniApp/pages/subpages/services/develop/develop.js

18 lines
288 B
JavaScript
Raw Normal View History

2025-08-14 14:52:01 +08:00
Page({
data: {
title: '二次开发服务'
},
onShareAppMessage: function () {
return {
title: this.data.title,
path: '/pages/subpages/services/develop/develop'
}
},
onShareTimeline: function () {
return {
title: this.data.title
}
}
})