Commit d58cac6f authored by 李智书's avatar 李智书

1.提交更新

parent 05c4e0c0
......@@ -155,15 +155,13 @@
title: '系统提示',
message: '复制成功!'
});
uni.setClipboardData({
data: value,
success: function() {
console.log('success');
},
fail: function(fail) {
console.log(fail);
}
});
this.$nextTick(function() {
let clipboard = new ClipboardJS('.van-cell', {
text: function() {
return value
}
})
})
}
}
}
......@@ -209,4 +207,4 @@
.cell-group {
margin-bottom: 100rpx;
}
</style>
\ No newline at end of file
</style>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment