fix: bug#11192
This commit is contained in:
parent
e3c9884606
commit
a3cb28ed5b
|
@ -73,7 +73,7 @@ export const handleTimerOptions = (timer: OperationTimer):TimerOption => {
|
||||||
const whenStrArr = continuousValue(timer.when! || [], timer!.trigger);
|
const whenStrArr = continuousValue(timer.when! || [], timer!.trigger);
|
||||||
const whenStrArr3 = whenStrArr.splice(0, 3);
|
const whenStrArr3 = whenStrArr.splice(0, 3);
|
||||||
when += whenStrArr3.join('、');
|
when += whenStrArr3.join('、');
|
||||||
when += `等${timer.when!.length}天`;
|
when += `...等${timer.when!.length}天`;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (timer.once) {
|
if (timer.once) {
|
||||||
|
|
Loading…
Reference in New Issue