diff --git a/pages.json b/pages.json index 45d984d..ce85672 100644 --- a/pages.json +++ b/pages.json @@ -501,7 +501,7 @@ "pagePath": "pages/tabBar/category/category", "iconPath": "static/img/tabBar/category.png", "selectedIconPath": "static/img/tabBar/category-on.png", - "text": "分类" + "text": "导航" }, // { // "pagePath": "pages/tabBar/cart/cart", diff --git a/pages/tabBar/user/user.vue b/pages/tabBar/user/user.vue index f0a14ce..9dc87b0 100644 --- a/pages/tabBar/user/user.vue +++ b/pages/tabBar/user/user.vue @@ -209,11 +209,13 @@ // } ], //操作列表 - czList: [{ - url: '../../login/updatePas/updatePas', - text: '设置密码', - img: '../../../static/img/pas.png' - },{ + czList: [ + // { + // url: '../../login/updatePas/updatePas', + // text: '设置密码', + // img: '../../../static/img/pas.png' + // }, + { url: '../../login/updatePas/resetPas', text: '修改密码', img: '../../../static/img/pas.png'