onst copyText = e => {
console.log(e.currentTarget.dataset.text),
wx.setClipboardData({
data: e.currentTarget.dataset.text,
success: function (res) {
console.log(res)
wx.getClipboardData({
success (res){
console.log(res.data)
}
// success: function (res) {
// // wx.showToast({
// // title: '复制成功'
// // })
// }
})
}
})
}
?
你要问什么问题
https://developers.weixin.qq.com/community/develop/article/doc/0006a6e1850f803f1eb973a585b013