|
|
|
|
188
|
getSysTime() {
|
188
|
getSysTime() {
|
189
|
getSysTime().then(res => {
|
189
|
getSysTime().then(res => {
|
190
|
if (res.success) {
|
190
|
if (res.success) {
|
191
|
this.sysTime = res.data + this.eastEightDistrict -(5 * 60 * 1000)
|
|
|
|
|
191
|
this.sysTime = res.data + this.eastEightDistrict - (5 * 60 * 1000)
|
192
|
const localTime = new Date().getTime() + this.eastEightDistrict
|
192
|
const localTime = new Date().getTime() + this.eastEightDistrict
|
193
|
this.localTimeiv = localTime - this.sysTime
|
193
|
this.localTimeiv = localTime - this.sysTime
|
194
|
this.first_Q = true
|
194
|
this.first_Q = true
|