hookehuyr

fix(profile): 添加用户信息菜单点击提示功能暂未开放

...@@ -185,6 +185,8 @@ const handleMenuClick = (path) => { ...@@ -185,6 +185,8 @@ const handleMenuClick = (path) => {
185 showToast('功能暂未开放') 185 showToast('功能暂未开放')
186 } else if(path === '/profile/activities') { 186 } else if(path === '/profile/activities') {
187 showToast('功能暂未开放') 187 showToast('功能暂未开放')
188 + } else if(path === '/profile/userinfo') {
189 + showToast('功能暂未开放')
188 } else { 190 } else {
189 router.push(path); 191 router.push(path);
190 } 192 }
......