初始化
This commit is contained in:
21
common/js/share.js
Normal file
21
common/js/share.js
Normal file
@@ -0,0 +1,21 @@
|
||||
export default {
|
||||
data () {
|
||||
return {
|
||||
|
||||
};
|
||||
},
|
||||
// #ifdef MP
|
||||
onShareAppMessage (res) {
|
||||
return {
|
||||
title: "荣创科技",
|
||||
path: "/pages/index/index",
|
||||
};
|
||||
},
|
||||
onShareTimeline () {
|
||||
return {
|
||||
title: "荣创科技",
|
||||
path: "/pages/index/index",
|
||||
};
|
||||
},
|
||||
// #endif
|
||||
};
|
||||
Reference in New Issue
Block a user