export default function copy (data){ uni.setClipboardData({ data: data, success: function() { uni.hideToast(); } }); }