需求:分享,我想直接分享当前的页面,调用```javascript
plus.share.sendWithSystem({
content: 'http://localhost:8080/#/pages/Homeindex/home/home'
}, function() {
console.log('分享成功');
}, function(e) {
console.log('分享失败:' + JSON.stringify(e));
});
怎么可以把页面传进去,现在这样的方式就是编译后的js文件
0 个回复