copy(){
wx.setClipboardData({
data: this.url,
success:(res)=>{
this.$vux.toast.show({
text:"复制成功",
type: "text",
width: "60%",
isShowMask: true,
position: "middle",
})
},
fail:(res)=>{
this.$vux.toast.show({
text:"复制失败",
type: "text",
width: "60%",
isShowMask: true,
position: "middle",
})
}
})
},
企业微信 · 剪切板:复制
最新推荐文章于 2025-04-11 09:54:16 发布