Merge pull request #35 from dderbentsov/UC-11
WIP Исправила конфликты, изменила интервал
This commit is contained in:
@@ -19,3 +19,4 @@
|
|||||||
--btn-red-color: #ff6f6f
|
--btn-red-color: #ff6f6f
|
||||||
--time-indicator-color: #E93131
|
--time-indicator-color: #E93131
|
||||||
--br-grey-color: #D3D4DC
|
--br-grey-color: #D3D4DC
|
||||||
|
--time-indicator-color: #e93131
|
||||||
|
|||||||
@@ -33,7 +33,7 @@ export default {
|
|||||||
name: "Захарова А.О.",
|
name: "Захарова А.О.",
|
||||||
avatar: teamMemberAvatar,
|
avatar: teamMemberAvatar,
|
||||||
},
|
},
|
||||||
currentTime: moment().format("HH:mm:ss"),
|
currentTime: "",
|
||||||
hoursArray: [],
|
hoursArray: [],
|
||||||
timer: null,
|
timer: null,
|
||||||
};
|
};
|
||||||
@@ -54,7 +54,7 @@ export default {
|
|||||||
this.timer = setInterval(() => {
|
this.timer = setInterval(() => {
|
||||||
this.changeCurrentTime();
|
this.changeCurrentTime();
|
||||||
this.changeHoursArray();
|
this.changeHoursArray();
|
||||||
}, 5000);
|
}, 30000);
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
changeCurrentTime() {
|
changeCurrentTime() {
|
||||||
|
|||||||
Reference in New Issue
Block a user