Commit 0c9d85ab authored by zhengke's avatar zhengke

no message

parent 34783ecf
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
<text>导入考试信息</text> <text>导入考试信息</text>
</view> </view>
<view class="examList activeOne"> <view class="examList activeOne">
<view class="examList-center-box" @click="JobDetails"> <view class="examList-center-box" @click="examDetails">
<view class="examList-center-line"></view> <view class="examList-center-line"></view>
<view class="examList-center flex"> <view class="examList-center flex">
<view class="examList-left"> <view class="examList-left">
...@@ -75,9 +75,9 @@ ...@@ -75,9 +75,9 @@
show:false, show:false,
}); });
let methods = { let methods = {
JobDetails(){ examDetails(){
uni.reLaunch({ uni.reLaunch({
url: '/pages/index/workSituation' url: '/pages/index/examDetails'
}); });
}, },
ImportInformation(){ ImportInformation(){
......
...@@ -20,6 +20,12 @@ ...@@ -20,6 +20,12 @@
"style": { "style": {
"navigationStyle": "custom" "navigationStyle": "custom"
} }
},
{
"path": "pages/index/examDetails",
"style": {
"navigationStyle": "custom"
}
},{ },{
"path": "pages/index/workSituation", "path": "pages/index/workSituation",
"style": { "style": {
......
...@@ -67,7 +67,7 @@ ...@@ -67,7 +67,7 @@
let methods = { let methods = {
back(){ back(){
uni.reLaunch({ uni.reLaunch({
url: '/pages/index/workSituation' url: '/pages/index/workSituation?tabNme=' + '作业情况'
}); });
} }
} }
......
...@@ -109,6 +109,9 @@ ...@@ -109,6 +109,9 @@
...methods, ...methods,
}; };
}, },
onLoad(option) {
this.tabNme = option.tabNme
},
onShow() { onShow() {
this.userData = uni.getStorageSync('userInfo'); this.userData = uni.getStorageSync('userInfo');
}, },
......
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