fix: BUG修改
This commit is contained in:
parent
b772783350
commit
6d9db09314
@ -96,9 +96,22 @@
|
|||||||
})
|
})
|
||||||
},
|
},
|
||||||
goHiidden() {
|
goHiidden() {
|
||||||
uni.navigateTo({
|
var that = this
|
||||||
url: '../beginexam/beginexam?transportData=' + JSON.stringify(this.pageData)
|
let requestData = {
|
||||||
});
|
id: this.pageData.trainRecordId
|
||||||
|
}
|
||||||
|
this.sendRequest({
|
||||||
|
url: "xmgl/workerExam/startExam",
|
||||||
|
data: requestData,
|
||||||
|
method: 'post',
|
||||||
|
success(res) {
|
||||||
|
if(res.code == 200){
|
||||||
|
uni.navigateTo({
|
||||||
|
url: '../beginexam/beginexam?transportData=' + JSON.stringify(that.pageData)
|
||||||
|
});
|
||||||
|
}
|
||||||
|
}
|
||||||
|
})
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -60,11 +60,11 @@
|
|||||||
</view>
|
</view>
|
||||||
<view v-if="activeIndex == 3">
|
<view v-if="activeIndex == 3">
|
||||||
<text>开始考试时间:</text>
|
<text>开始考试时间:</text>
|
||||||
<text>张三</text>
|
<text>{{item.startExamTime}}</text>
|
||||||
</view>
|
</view>
|
||||||
<view v-if="activeIndex == 3">
|
<view v-if="activeIndex == 3">
|
||||||
<text>作答时长:</text>
|
<text>作答时长:</text>
|
||||||
<text>张三</text>
|
<text>{{item.duration}}</text>
|
||||||
</view>
|
</view>
|
||||||
<view v-if="activeIndex == 3">
|
<view v-if="activeIndex == 3">
|
||||||
<text>考试结果:</text>
|
<text>考试结果:</text>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user