|
|
|
@ -35,9 +35,9 @@ export default {
|
|
|
|
this.openid = ''
|
|
|
|
this.openid = ''
|
|
|
|
this.dialogFormVisible = true
|
|
|
|
this.dialogFormVisible = true
|
|
|
|
this.handleDeleteJavaOpenid()
|
|
|
|
this.handleDeleteJavaOpenid()
|
|
|
|
setTimeout(() => {
|
|
|
|
// setTimeout(() => {
|
|
|
|
that.codeNumber = 3
|
|
|
|
// that.codeNumber = 3
|
|
|
|
}, 600000);
|
|
|
|
// }, 60000);
|
|
|
|
},
|
|
|
|
},
|
|
|
|
close() {
|
|
|
|
close() {
|
|
|
|
this.qrCode = ''
|
|
|
|
this.qrCode = ''
|
|
|
|
@ -52,7 +52,11 @@ export default {
|
|
|
|
this.qrCode = window.URL.createObjectURL(res)
|
|
|
|
this.qrCode = window.URL.createObjectURL(res)
|
|
|
|
getOpenid = setInterval(() => {
|
|
|
|
getOpenid = setInterval(() => {
|
|
|
|
that.fetchJavaOpenid()
|
|
|
|
that.fetchJavaOpenid()
|
|
|
|
}, 5000);
|
|
|
|
}, 2000);
|
|
|
|
|
|
|
|
setTimeout(() => {
|
|
|
|
|
|
|
|
clearInterval(getOpenid)
|
|
|
|
|
|
|
|
that.codeNumber = 3
|
|
|
|
|
|
|
|
}, 60000);
|
|
|
|
})
|
|
|
|
})
|
|
|
|
},
|
|
|
|
},
|
|
|
|
// 通过后台获取用户扫描的openid
|
|
|
|
// 通过后台获取用户扫描的openid
|
|
|
|
@ -112,7 +116,7 @@ export default {
|
|
|
|
left: 27px;
|
|
|
|
left: 27px;
|
|
|
|
width: 346px;
|
|
|
|
width: 346px;
|
|
|
|
height: 346px;
|
|
|
|
height: 346px;
|
|
|
|
background-color: #808080;
|
|
|
|
background-color: #fff;
|
|
|
|
display: flex;
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: center;
|
|
|
|
justify-content: center;
|
|
|
|
@ -120,7 +124,7 @@ export default {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.title {
|
|
|
|
.title {
|
|
|
|
font-size: 28px;
|
|
|
|
font-size: 28px;
|
|
|
|
color: #fff;
|
|
|
|
/* color: #fff; */
|
|
|
|
margin-top: 30px;
|
|
|
|
margin-top: 30px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
</style>
|
|
|
|
</style>
|
|
|
|
|