|
|
|
@ -302,5 +302,18 @@ Page({ |
|
|
|
}, |
|
|
|
onUnload: function(){ |
|
|
|
event.remove('EventMessage', this) |
|
|
|
} |
|
|
|
}, |
|
|
|
onShareAppMessage: function () { |
|
|
|
return { |
|
|
|
title: '分享纸通宝', |
|
|
|
path: '/pages/index/index' |
|
|
|
} |
|
|
|
}, |
|
|
|
// 分享至朋友圈
|
|
|
|
onShareTimeline() { |
|
|
|
return { |
|
|
|
title: '分享纸通宝', |
|
|
|
path: '/pages/index/index' |
|
|
|
} |
|
|
|
}, |
|
|
|
}) |