Vue countdown

the server returns endDate: "2018-07-08 12:23"

then I"m going to do a countdown based on this end time, which shows X minutes and X seconds at X days.

used a component before, the PC side is normal, but nothing is displayed on the phone?

Mar.23,2021

should be IOS does not show, step on this pit
IOS new Date does not support 2012-01-01 format

"2012-01-01".replace(
        /-/g,
        "/"
      );

then what is your question and what is this component? who can answer this question?


Sorry, a field has been changed and displayed normally. Thank you

.
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3e4a0-2c40d.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3e4a0-2c40d.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?