()
| 59 | return year + '-' + month + '-' + day + ' ' + hours + ':' + minutes + ':' + seconds; |
| 60 | } |
| 61 | getSignDay() { |
| 62 | var now = new Date(); |
| 63 | var year = now.getFullYear() |
| 64 | , month = now.getMonth() + 1 |
| 65 | , day = now.getDate() |
| 66 | return year + '-' + month + '-' + day |
| 67 | } |
| 68 | async getSignInId() { |
| 69 | const time = this.getTime() |
| 70 | const method = `ddky.promotion.signin.pageinfo` |