复制 ¶
js
uni.$up.cc_copy({
content: '复制的内容',
success: () => {
// 成功回调
}
});或者
js
this.$up.cc_copy({
content: '复制的内容',
success: () => {
// 成功回调
}
});
