mirror of
https://github.com/ialley-workshop-open/uni-halo.git
synced 2025-05-20 02:20:15 +09:00
fix: 修复友情链接复制问题
This commit is contained in:
parent
15e95a2f3e
commit
aec54e8c5b
@ -273,7 +273,7 @@ export default {
|
||||
|
||||
fnCopyLink(link) {
|
||||
uni.setClipboardData({
|
||||
data: `${link.name}:${link.url}`,
|
||||
data: `${link.spec.displayName}:${link.spec.url}`,
|
||||
showToast: false,
|
||||
success: () => {
|
||||
uni.showToast({
|
||||
|
Loading…
Reference in New Issue
Block a user