1. 程式人生 > >微信小程序復制功能

微信小程序復制功能

fff ont RoCE title oss tex type ESS clip

技術分享圖片

copyTBL:function(e){ var self=this; wx.setClipboardData({ data: self.data.taokouling, success: function(res) { // self.setData({copyTip:true}), wx.showModal({ title: ‘提示‘, content: ‘復制成功‘, success: function(res) { if (res.confirm) { console.log(‘確定‘) } else if (res.cancel) { console.log(‘取消‘) } }}) } }); }

微信小程序復制功能