Commit 7e4696d1 authored by lijiongliang's avatar lijiongliang

新增朋友圈分享

parent 5782232f
......@@ -49,7 +49,6 @@
})
},
onShareAppMessage(res) {
// console.log(res,111111)
if (res.from === 'menu') {
return {
title: '京东汽车挪车牌',
......@@ -58,6 +57,13 @@
};
}
},
onShareTimeline(res){
return {
title: '京东汽车挪车牌',
path: '/pages/main',
imageUrl: ""
};
},
onShow: function() {
uni.hideHomeButton()
if (this.tab == 'personal') {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment