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); })
}
});
} }
} }
} }
...@@ -209,4 +207,4 @@ ...@@ -209,4 +207,4 @@
.cell-group { .cell-group {
margin-bottom: 100rpx; margin-bottom: 100rpx;
} }
</style> </style>
\ No newline at end of file
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