|
|
|
@ -38,7 +38,7 @@ |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div class="act_box"> |
|
|
|
<div class="act_box"> |
|
|
|
<div @click="testAlert" class="act_btn">我的预约</div> |
|
|
|
<div @click="goMyBook" class="act_btn">我的预约</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<!-- 阅读须知 --> |
|
|
|
<!-- 阅读须知 --> |
|
|
|
<!-- <GuidanceVue @doCancelGuide="doCancelGuide" v-if="guideShow"></GuidanceVue> --> |
|
|
|
<!-- <GuidanceVue @doCancelGuide="doCancelGuide" v-if="guideShow"></GuidanceVue> --> |
|
|
|
@ -74,6 +74,10 @@ export default { |
|
|
|
} |
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
|
methods: { |
|
|
|
methods: { |
|
|
|
|
|
|
|
//跳转我的预约列表 |
|
|
|
|
|
|
|
goMyBook() { |
|
|
|
|
|
|
|
this.$router.push({ name: 'MyExam' }); |
|
|
|
|
|
|
|
}, |
|
|
|
testAlert() { |
|
|
|
testAlert() { |
|
|
|
lightAppJssdk.notification.alert({ |
|
|
|
lightAppJssdk.notification.alert({ |
|
|
|
message: "这是一个弹窗", |
|
|
|
message: "这是一个弹窗", |
|
|
|
@ -94,7 +98,7 @@ export default { |
|
|
|
//阅读须知 |
|
|
|
//阅读须知 |
|
|
|
doGuidance() { |
|
|
|
doGuidance() { |
|
|
|
// this.guideShow = true; |
|
|
|
// this.guideShow = true; |
|
|
|
this.$router.push({name:'guidance',query:{deptId:1}}) |
|
|
|
this.$router.push({ name: 'guidance', query: { deptId: 1 } }) |
|
|
|
}, |
|
|
|
}, |
|
|
|
} |
|
|
|
} |
|
|
|
}; |
|
|
|
}; |
|
|
|
|