Merge branch 'master' of http://118.178.224.202:3000/ewide/zsxt_nbzs_h5
This commit is contained in:
@@ -173,7 +173,11 @@ export default {
|
||||
const date = new Date()
|
||||
const fwzspwd = 'fwzspwd'
|
||||
const ticket = this.$route.query.ticket
|
||||
console.log(13, date.getMonth().padStart())
|
||||
const dd = date
|
||||
.getMonth()
|
||||
.toString()
|
||||
.padStart(2, '0')
|
||||
console.log(13, dd)
|
||||
const time =
|
||||
date.getFullYear() +
|
||||
'' +
|
||||
|
||||
Reference in New Issue
Block a user