From 6155669d6cecdff465688ec86bc69453b7896b2c Mon Sep 17 00:00:00 2001
From: linwe <872216996@qq.com>
Date: Wed, 03 Jul 2024 19:01:40 +0800
Subject: [PATCH] 代码优化

---
 src/views/place/components/baseAllInfo.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/views/place/components/baseAllInfo.vue b/src/views/place/components/baseAllInfo.vue
index b75c442..100aa41 100644
--- a/src/views/place/components/baseAllInfo.vue
+++ b/src/views/place/components/baseAllInfo.vue
@@ -1122,12 +1122,12 @@
                     that.placeElement.page,
                     that.placeElement.query
                   )
-
                   done()
                 })
               )
           } else {
             console.log("error submit!!")
+            that.disabled = false;
             return false
           }
         })

--
Gitblit v1.9.3