Commit 1c57d044 authored by zhengke's avatar zhengke

Merge branch 'master' of http://gitlab.oytour.com/youjie/thinkapp

parents a30e347b 454432b1
...@@ -177,6 +177,11 @@ ...@@ -177,6 +177,11 @@
onShow() { onShow() {
this.getStuCourse(); this.getStuCourse();
this.userData = uni.getStorageSync('userInfo'); this.userData = uni.getStorageSync('userInfo');
if(this.userData && this.userData.AccountType==1){
uni.redirectTo({
url:'/pages/index/workSituation'
})
}
}, },
onShareAppMessage() { onShareAppMessage() {
return { return {
......
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