20240205
luoJunYong.123 3 years ago
parent d1a1f9a604
commit 278979a3c2
  1. 3
      src/components/case/index.vue

@ -196,7 +196,6 @@ export default {
token: parseInt(sessionStorage.getItem('token'))
}
checkTest(data).then(data => {
console.log(data)
const { data: { data: { status } } } = data
if(status !== 1) {
this.popContainer = true
@ -209,7 +208,7 @@ export default {
}else {
}
})
}, 1000)
}, 3000)
},
watch: {
countVal: {

Loading…
Cancel
Save