完成我的信息接口调试
This commit is contained in:
@@ -44,10 +44,6 @@
|
||||
icon: '/static/ic_mine_info.png',
|
||||
text: '我的信息'
|
||||
},
|
||||
{
|
||||
icon: '/static/ic_mine_pay.png',
|
||||
text: '我的缴费'
|
||||
},
|
||||
{
|
||||
icon: '/static/ic_mine_repair.png',
|
||||
text: '我的报修'
|
||||
@@ -56,10 +52,6 @@
|
||||
icon: '/static/ic_mine_visitor.png',
|
||||
text: '我的访客'
|
||||
},
|
||||
{
|
||||
icon: '/static/ic_mine_check.png',
|
||||
text: '我的考勤'
|
||||
},
|
||||
{
|
||||
icon: '/static/ic_mine_pwd.png',
|
||||
text: '修改密码'
|
||||
@@ -96,21 +88,17 @@
|
||||
});
|
||||
} else if (idx === 1) {
|
||||
uni.navigateTo({
|
||||
url: '/pages/sys/user/myPayment/myPayment'
|
||||
url: '/pages/sys/user/myRepair/myRepair'
|
||||
});
|
||||
} else if (idx === 2) {
|
||||
uni.navigateTo({
|
||||
url: '/pages/sys/user/myRepair/myRepair'
|
||||
});
|
||||
} else if (idx === 3) {
|
||||
uni.navigateTo({
|
||||
url: '/pages/sys/user/myVisitor/myVisitor'
|
||||
});
|
||||
} else if (idx === 4) {
|
||||
uni.navigateTo({
|
||||
url: '/pages/sys/user/myRecord/myRecord'
|
||||
});
|
||||
}
|
||||
}else if (idx === 3) {
|
||||
uni.navigateTo({
|
||||
url: '/pages/sys/user/pwd'
|
||||
});
|
||||
}
|
||||
},
|
||||
logout() {
|
||||
// 清除用户信息并返回登录页
|
||||
|
Reference in New Issue
Block a user