1.删除设置密码

yj-dev
杨杰 3 years ago
parent 8cf17a119d
commit ae054e4f93
  1. 2
      pages.json
  2. 12
      pages/tabBar/user/user.vue

@ -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",

@ -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'

Loading…
Cancel
Save