diff --git a/src/views/detail/detailIndex.vue b/src/views/detail/detailIndex.vue
index 05c5365..790de12 100755
--- a/src/views/detail/detailIndex.vue
+++ b/src/views/detail/detailIndex.vue
@@ -1045,7 +1045,7 @@ export default {
         },
 
         setValue(key, value) {
-            console.log("key", key, value)
+            // console.log("key", key, value)
             this[key] = value
         },
 
@@ -1090,7 +1090,7 @@ export default {
 
                 const data = res.data
 
-                console.log("data", data)
+                // console.log("data", data)
                 const estate = this.estate
                 const experience = this.experience
                 const profession_cid = this.profession_cid
@@ -1160,7 +1160,7 @@ export default {
                     }
                 })
 
-                console.log("obj1",obj1);
+                // console.log("obj1",obj1);
 
                 this.locationThreadData = obj1
             })