timeNow () {
return moment().utc().format('YYYY年MM月DD日') + ' ' + moment().utc().format('dddd')
}