赞
踩
uni.setClipboardData({ data: 'hello uniapp', success: function() { //重点~做笔记 //在success中加入uni.hideToast()可以解决 uni.hideToast(); //以下就可自定义操作了~ }, fail: function(err) { uni.showToast({ title: '复制失败', duration: 2000, icon: 'none' }); } });
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。