大神们好,内嵌网页分享转发怎么获得当前标题和URL地址
之前看到一个写固定死的
我们怎么修改成小程序转发或者分享时候获得当前标题和URL地址呢?、
分享卡片
固定死代码:
onShareAppMessage: function (options) { //console.log(options); return { title: '25小时网', desc: '佛山第一生活门户', path: '/pages/index/index?url=' + encodeURIComponent(options.webViewUrl), } } |
怎么动态呢