内嵌网页分享
用web-view内嵌页面, 怎么分享当前页?(自定义标题、链接)
用web-view内嵌页面, 怎么分享当前页?(自定义标题、链接)
onShareAppMessage: function (options) {
//console.log(options);
return {
title: '25小时网',
desc: '佛山第一生活门户',
path: '/pages/index/index?url=' + encodeURIComponent(options.webViewUrl),
}
}