Commit 4dd87967 authored by lizhishu's avatar lizhishu

1.提交更新;

parent 9e60ea24
......@@ -275,9 +275,17 @@
methods: {
// 页面跳转
toDoOtherPage() {
my.navigateTo({
url: 'pages/ConsumptIoninfo/ConsumptIoninfo',
});
try {
my.navigateTo({
url: 'pages/ConsumptIoninfo/ConsumptIoninfo',
});
} catch (e) {
//TODO handle the exception
uni.showToast({
icon: 'none',
title: '功能升级中!'
})
}
},
// 根据学生id获取用户信息
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