|
@@ -57,7 +57,6 @@ const handleSearchNo = () => {
|
|
|
} else if (res.code === 400) {
|
|
} else if (res.code === 400) {
|
|
|
const { data } = res
|
|
const { data } = res
|
|
|
if (data.msg === 'visit limit') {
|
|
if (data.msg === 'visit limit') {
|
|
|
- console.log('visit limit', sliderVerificationRef.value)
|
|
|
|
|
isShowSliderVerification.value = true
|
|
isShowSliderVerification.value = true
|
|
|
nextTick(() => {
|
|
nextTick(() => {
|
|
|
sliderVerificationRef.value?.openDialog()
|
|
sliderVerificationRef.value?.openDialog()
|