取消复制按钮弹出系统提示

This commit is contained in:
TOP糯米 2023-04-08 00:10:55 +08:00
parent b7c0ceeb70
commit 973e6e919a
2 changed files with 2 additions and 0 deletions

View File

@ -202,6 +202,7 @@ export default {
const that = this; const that = this;
uni.setClipboardData({ uni.setClipboardData({
data: orderId, data: orderId,
showToast: false,
success(result) { success(result) {
that.$utils.toast("内容已复制"); that.$utils.toast("内容已复制");
}, },

View File

@ -202,6 +202,7 @@ export default {
const that = this; const that = this;
uni.setClipboardData({ uni.setClipboardData({
data: orderId, data: orderId,
showToast: false,
success(result) { success(result) {
that.$utils.toast("内容已复制"); that.$utils.toast("内容已复制");
}, },