...
|
...
|
@@ -8,7 +8,7 @@ Component({ |
|
|
observer(product) {
|
|
|
const { end_time: endTime, start_time: startTime, status } = product;
|
|
|
let nextActivityTime = '';
|
|
|
if (status === 1 || status === 3) {
|
|
|
if (status === 1 || status >=3 ) {
|
|
|
nextActivityTime = `${formatTimeByDefined(
|
|
|
startTime,
|
|
|
'Y.M.D h:m',
|
...
|
...
|
|