|
|
|
@ -47,7 +47,6 @@ export default { |
|
|
|
const seconds = ('0' + this.date.getSeconds()).slice(-2); |
|
|
|
this.curtime = `${hours}:${minutes}:${seconds}` |
|
|
|
this.nowtime = `${year}.${month}.${day} `+ cweeks[wday]; |
|
|
|
console.log(this.nowtime) |
|
|
|
}, |
|
|
|
mounted() { |
|
|
|
this.getTimespan(); |
|
|
|
|