fix: mall SeckillActivity and CombinationActivity

(cherry picked from commit 4057130275)
This commit is contained in:
puhui999
2023-07-05 18:24:32 +08:00
committed by shizhong
parent d1cc7d134b
commit 0394f81dab
10 changed files with 152 additions and 65 deletions

View File

@ -74,7 +74,7 @@ export function parseTime(time: any, pattern?: string) {
* 获取当前的日期+时间
*/
export function getNowDateTime() {
return dayjs().format('YYYY-MM-DD HH:mm:ss')
return dayjs()
}
/**