mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-ui.git
synced 2025-12-18 08:55:52 +08:00
修复设置限时抢购活动无时间显示bug
This commit is contained in:
@@ -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,
|
||||||
}
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user