init
This commit is contained in:
18
pages/subpages/services/develop/develop.js
Normal file
18
pages/subpages/services/develop/develop.js
Normal file
@@ -0,0 +1,18 @@
|
||||
Page({
|
||||
data: {
|
||||
title: '二次开发服务'
|
||||
},
|
||||
|
||||
onShareAppMessage: function () {
|
||||
return {
|
||||
title: this.data.title,
|
||||
path: '/pages/subpages/services/develop/develop'
|
||||
}
|
||||
},
|
||||
|
||||
onShareTimeline: function () {
|
||||
return {
|
||||
title: this.data.title
|
||||
}
|
||||
}
|
||||
})
|
||||
Reference in New Issue
Block a user