Commit 4dd87967 authored by lizhishu's avatar lizhishu

1.提交更新;

parent 9e60ea24
...@@ -275,9 +275,17 @@ ...@@ -275,9 +275,17 @@
methods: { methods: {
// 页面跳转 // 页面跳转
toDoOtherPage() { toDoOtherPage() {
my.navigateTo({ try {
url: 'pages/ConsumptIoninfo/ConsumptIoninfo', my.navigateTo({
}); url: 'pages/ConsumptIoninfo/ConsumptIoninfo',
});
} catch (e) {
//TODO handle the exception
uni.showToast({
icon: 'none',
title: '功能升级中!'
})
}
}, },
// 根据学生id获取用户信息 // 根据学生id获取用户信息
getByStuInfo(studentId, Authorization, AuthOauthToken) { getByStuInfo(studentId, Authorization, AuthOauthToken) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment