diff --git a/app.js b/app.js index 92156ac..a36249c 100644 --- a/app.js +++ b/app.js @@ -21,7 +21,7 @@ App({ unique_key: "wechatxcx" }).then(res => { let data = JSON.parse(res.data); - data.isTest = data.isTest142? true : false; + data.isTest = data.isTest143? true : false; this.globalData.configJson = data }).then(() => { // 获取ui配置文件 diff --git a/pages/user/service/index.js b/pages/user/service/index.js index 4b01b44..d1c0104 100644 --- a/pages/user/service/index.js +++ b/pages/user/service/index.js @@ -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' + } } }) \ No newline at end of file