Commit 0c9d85ab authored by zhengke's avatar zhengke

no message

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