Commit 49581a88 authored by Mac's avatar Mac

1

parent 974c6ef1
...@@ -227,16 +227,14 @@ import zzxCalendar from './components/zzx-calendar/zzx-calendar.vue' ...@@ -227,16 +227,14 @@ import zzxCalendar from './components/zzx-calendar/zzx-calendar.vue'
this.mainColor = this.$uiConfig.mainColor; this.mainColor = this.$uiConfig.mainColor;
this.secondary = this.$uiConfig.secondary; this.secondary = this.$uiConfig.secondary;
}, },
onPageScroll(e){
console.log(e)
},
methods:{ methods:{
datechange(e){ datechange(e){
console.log(e) console.log(e)
}, },
getweekMode(e){ getweekMode(e){
console.log(e)
this.weekMode = e this.weekMode = e
}, },
...@@ -244,6 +242,7 @@ import zzxCalendar from './components/zzx-calendar/zzx-calendar.vue' ...@@ -244,6 +242,7 @@ import zzxCalendar from './components/zzx-calendar/zzx-calendar.vue'
let that = this let that = this
if(that.weekMode == false){ if(that.weekMode == false){
that.$refs.zzx.changeMode() that.$refs.zzx.changeMode()
that.weekMode=true
} }
}, },
......
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