增加了朋友圈分享
This commit is contained in:
@@ -18,6 +18,19 @@ Page({
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
||||||
|
onShareAppMessage() {
|
||||||
|
return {
|
||||||
|
title: '暖橙陪诊', // 转发标题
|
||||||
|
path: '/pages/home/index',
|
||||||
|
}
|
||||||
|
},
|
||||||
|
|
||||||
|
onShareTimeline: function () {
|
||||||
|
return {
|
||||||
|
title: '暖橙陪诊',
|
||||||
|
}
|
||||||
|
},
|
||||||
|
|
||||||
async onLoad() {
|
async onLoad() {
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user