imgClick
() {
var
alink
=
document
.
createElement
(
'a'
)
alink
.
href
=
this
.
qrCodeUrl
alink
.
download
=
'pic'
// 图片名
alink
.
click
()
}
所有评论(0)