Fix:【商城小程序】待付款订单详情页,无自动取消订单倒计时

This commit is contained in:
modendeveloper
2024-09-14 00:35:14 +08:00
parent 5ab60fda4c
commit a4201225fa
10 changed files with 434 additions and 3 deletions
+1
View File
@@ -63,6 +63,7 @@ export default {
date = date.replace(/-/g, '/');
let timestamp = new Date(date).getTime();
let now = new Date().getTime();
return timestamp - now;
},