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