二维码扫码添加网址
This commit is contained in:
parent
19b7d58f45
commit
6bc8609d01
|
|
@ -298,7 +298,7 @@ export default {
|
|||
this.rowObj = row
|
||||
this.uploadOpen = true
|
||||
this.qrCode = row.qrCode
|
||||
let str = row.qrCode
|
||||
let str = "http://ahjj.jypxks.com:9988/imw/backstage/machine/qrCodePage?qrcode="+row.qrCode
|
||||
this.$nextTick(() => {
|
||||
this.$refs.codeItem.innerHTML = ''
|
||||
var qrcode = new QRCode(this.$refs.codeItem, {
|
||||
|
|
|
|||
Loading…
Reference in New Issue