组件添加
This commit is contained in:
@@ -87,7 +87,7 @@
|
||||
methods: {
|
||||
setClipboardData() {
|
||||
uni.setClipboardData({
|
||||
data: 'https://h5-invoice.sxczgkj.cn/?userId=' + uni.cache.get('userId'),
|
||||
data: 'https://h5-invoice.sxczgkj.cn/?userId=' + uni.utils.md5(uni.cache.get('userId')),
|
||||
success: function() {}
|
||||
});
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user