Commit c9de9933 authored by IvyXia123's avatar IvyXia123

router-link

parent 53342356
...@@ -12,6 +12,7 @@ ...@@ -12,6 +12,7 @@
/> />
<div class="unit-block"> <div class="unit-block">
<div class="course_title" @click="actionsheetShow=true">{{secActions.name}} <i class="iconfont icon-below-s"></i> <div class="course_title" @click="actionsheetShow=true">{{secActions.name}} <i class="iconfont icon-below-s"></i>
{{ secActions }}
<!-- <router-link :to="{path: '/promptTime', query: { periods_id: secActions.id }}"> <!-- <router-link :to="{path: '/promptTime', query: { periods_id: secActions.id }}">
<div class="zhongbian-kuang"> <div class="zhongbian-kuang">
<div class="zhongbian"> <div class="zhongbian">
...@@ -334,6 +335,7 @@ ...@@ -334,6 +335,7 @@
}, },
}, },
mounted() { mounted() {
console.log(this.secActions)
// let prompStr = localStorage.getItem('promp') // let prompStr = localStorage.getItem('promp')
// if(prompStr) { // if(prompStr) {
// this.promp = false // this.promp = false
......
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