dist
This commit is contained in:
@@ -258,7 +258,7 @@ export default defineComponent({
|
||||
if(index == 1){
|
||||
url = `https://service.weibo.com/share/share.php?url=${res.shareUrl}&appkey=2754574056&language=zh_cn&pic=${res.shareImg}&searchPic=true&title=${res.shareTitle}`
|
||||
}else {
|
||||
url = `https://www.facebook.com/sharer/sharer.php?%20u=${res.shareUrl}&t=${res.shareTitle}`
|
||||
url = `https://www.facebook.com/sharer.php?t=${encodeURIComponent(res.shareTitle)}&u=${res.shareUrl}`
|
||||
}
|
||||
window.open(url, "_blank")
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user