博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
uniapp uni.setClipboardData成功默认提示
阅读量:165 次
发布时间:2019-02-28

本文共 261 字,大约阅读时间需要 1 分钟。

uni.setClipboardData({
data: 'hello uniapp', success: function() {
//重点~做笔记 //在success中加入uni.hideToast()可以解决 uni.hideToast(); //以下就可自定义操作了~ }, fail: function(err) {
uni.showToast({
title: '复制失败', duration: 2000, icon: 'none' }); }});

转载地址:http://lxec.baihongyu.com/

你可能感兴趣的文章