二维码扫码添加网址
This commit is contained in:
parent
19b7d58f45
commit
6bc8609d01
|
|
@ -298,7 +298,7 @@ export default {
|
||||||
this.rowObj = row
|
this.rowObj = row
|
||||||
this.uploadOpen = true
|
this.uploadOpen = true
|
||||||
this.qrCode = row.qrCode
|
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.$nextTick(() => {
|
||||||
this.$refs.codeItem.innerHTML = ''
|
this.$refs.codeItem.innerHTML = ''
|
||||||
var qrcode = new QRCode(this.$refs.codeItem, {
|
var qrcode = new QRCode(this.$refs.codeItem, {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue