小程序
小游戏
企业微信
微信支付
扫描小程序码分享
onShareAppMessage转发时,当前界面截图已经生成,有没有什么办法可以在分享前更改当前界面的某一样式?或者有没有什么办法可以代替这个功能实现我的需求
3 个回答
加粗
标红
插入代码
插入链接
插入图片
上传视频
//再分享之前可以通过setData来控制你页面的内容 onShareAppMessage: function() { var that = this; that.setData({ testShow:false
})
//分享 var shareinfo ={ title:app.globalData.shareTitle, success:function(res){ console.log(res) } } return shareinfo },
你好,麻烦通过点击下方“反馈信息”按钮,提供出现问题的。
that.setData({
isDisplay:false
}) ;
return {
title: that.data.hireInfo.title ? that.data.hireInfo.title : that.data.hireInfo.areaFullTitle + '-招' + that.data.hireInfo.teamType.title,
path: '/pages/hireDetail/hireDetail?id=' + that.data.hireId,
success: function (res) {
},
fail: function (res) {
}
可以考虑通过后端画图提供图片地址,类似于http://xxx.com/xxx/shareImages?id=xxx
用canvas画一个分享图
关注后,可在微信内接收相应的重要提醒。
请使用微信扫描二维码关注 “微信开放社区” 公众号
//再分享之前可以通过setData来控制你页面的内容 onShareAppMessage: function() { var that = this; that.setData({ testShow:false
})
//分享 var shareinfo ={ title:app.globalData.shareTitle, success:function(res){ console.log(res) } } return shareinfo },
that.setData({
isDisplay:false
}) ;
return {
title: that.data.hireInfo.title ? that.data.hireInfo.title : that.data.hireInfo.areaFullTitle + '-招' + that.data.hireInfo.teamType.title,
path: '/pages/hireDetail/hireDetail?id=' + that.data.hireId,
success: function (res) {
},
fail: function (res) {
}
}
可以考虑通过后端画图提供图片地址,类似于http://xxx.com/xxx/shareImages?id=xxx
用canvas画一个分享图