From 11eaa38ffb51707d58178b819bd256d30e46d3ea Mon Sep 17 00:00:00 2001 From: liutong <836164388@qq.com> Date: Thu, 22 May 2025 12:00:34 +0800 Subject: [PATCH] =?UTF-8?q?refactor(market):=20=E4=BC=98=E5=8C=96=E6=88=91?= =?UTF-8?q?=E7=9A=84=E9=A1=B5=E9=9D=A2=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 移除了多余的空行和 console.log 语句 - 提高了代码的可读性和性能 --- pages/market/my/index.vue | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pages/market/my/index.vue b/pages/market/my/index.vue index 0cef266..ce3bf73 100644 --- a/pages/market/my/index.vue +++ b/pages/market/my/index.vue @@ -170,10 +170,7 @@ export default { return } - - res.data.cameus_dept_arr.forEach((v,k)=>{ - console.log(111111,v) let d_arr = [] v.dept_arr.forEach((dv,dk)=>{ d_arr.push(dv.dept_name) @@ -183,7 +180,6 @@ export default { }) this.userInfo = res.data - console.log('限定',this.userInfo) },