<button bindtap="copy">复制</button>
// 复制 copy: function () { wx.setClipboardData({ data: '...', //成功回调函数 success: function (res) { } }) },