@ -53,7 +53,7 @@ export default {
}
else {
//阅读完整
this.$router.push({ name: '', params: {} })
this.$router.push({ name: 'examination' })
},
//监听阅读进度
@ -38,7 +38,7 @@
</div>
<div class="act_box">
<div @click="testAlert" class="act_btn">我的预约</div>
<div @click="goMyBook" class="act_btn">我的预约</div>
<!-- 阅读须知 -->
<!-- <GuidanceVue @doCancelGuide="doCancelGuide" v-if="guideShow"></GuidanceVue> -->
@ -74,6 +74,10 @@ export default {
methods: {
//跳转我的预约列表
goMyBook() {
this.$router.push({ name: 'MyExam' });
testAlert() {
lightAppJssdk.notification.alert({
message: "这是一个弹窗",