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

1.提交更新

parent 05c4e0c0
...@@ -155,15 +155,13 @@ ...@@ -155,15 +155,13 @@
title: '系统提示', title: '系统提示',
message: '复制成功!' message: '复制成功!'
}); });
uni.setClipboardData({ this.$nextTick(function() {
data: value, let clipboard = new ClipboardJS('.van-cell', {
success: function() { text: function() {
console.log('success'); return value
},
fail: function(fail) {
console.log(fail);
} }
}); })
})
} }
} }
} }
......
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