|
|
|
@ -103,5 +103,18 @@ Page({ |
|
|
|
*/ |
|
|
|
onReachBottom: function () { |
|
|
|
// this.getList()
|
|
|
|
}, |
|
|
|
/** |
|
|
|
* 用户点击右上角分享 |
|
|
|
*/ |
|
|
|
onShareAppMessage: function () { |
|
|
|
|
|
|
|
}, |
|
|
|
onShareTimeline: function() { |
|
|
|
return { |
|
|
|
title: '君到苏州-在线客服', |
|
|
|
query: '', |
|
|
|
imageUrl: 'https://static.ticket.sz-trip.com/xcxImages/zwt/logo.png' |
|
|
|
} |
|
|
|
} |
|
|
|
}) |