submit
This commit is contained in:
parent
7eb5187fde
commit
6ff493e6e3
@ -229,9 +229,10 @@ export default {
|
||||
}
|
||||
},
|
||||
mounted() {
|
||||
|
||||
this.getCycle()
|
||||
this.getDetailUrl()
|
||||
if (this.url){
|
||||
this.getDetailUrl()
|
||||
}
|
||||
this.getAddress()
|
||||
const today = new Date();
|
||||
this.value = [today.getFullYear() - 1990, today.getMonth(), today.getDate() - 1]
|
||||
|
Loading…
Reference in New Issue
Block a user