修复设置限时抢购活动无时间显示bug
This commit is contained in:
parent
93768e4014
commit
f99e2673a6
@ -95,12 +95,12 @@ export default {
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
if (!this.times[i]) {
|
}
|
||||||
this.times.push({
|
if (!this.times[i]) {
|
||||||
time: i,
|
this.times.push({
|
||||||
check: false,
|
time: i,
|
||||||
});
|
check: false,
|
||||||
}
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user