Browse Source

添加分享功能

master
王健 4 years ago
parent
commit
9a23b513ed
  1. 6
      pages/calendar/calendar.js
  2. 8
      pages/look/look.js
  3. 7
      pages/ucenter/ucenter.js

6
pages/calendar/calendar.js

@ -223,4 +223,10 @@ Page({
})
this.onShow();
},
onShareAppMessage: function () {
return {
title: '艾儿数据',
path: 'pages/calendar/calendar', // 路径,传递参数到指定页面。
}
},
})

8
pages/look/look.js

@ -1053,5 +1053,11 @@ Page({
})
let city = wx.getStorageSync('city')
this.setCity(city)
}
},
onShareAppMessage: function () {
return {
title: '艾儿数据',
path: 'pages/look/look', // 路径,传递参数到指定页面。
}
},
})

7
pages/ucenter/ucenter.js

@ -120,6 +120,9 @@ Page({
* 用户点击右上角分享
*/
onShareAppMessage: function () {
}
return {
title: '艾儿数据',
path: 'pages/ucenter/ucenter', // 路径,传递参数到指定页面。
}
},
})
Loading…
Cancel
Save