From 83e6db32e0d0542573c1d6ce7b15eb95c2e7eb04 Mon Sep 17 00:00:00 2001 From: A1300399510 Date: Wed, 14 Aug 2024 17:07:38 +0800 Subject: [PATCH] no message --- src/views/detail/detailIndex.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 })