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) },