From 153404ffa0a9c6d23d2c2732b46fa6929e86294f Mon Sep 17 00:00:00 2001
From: k94314517 <8417338+k94314517@user.noreply.gitee.com>
Date: 星期三, 18 六月 2025 13:56:18 +0800
Subject: [PATCH] 111
---
h5/utils/utils.js | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/h5/utils/utils.js b/h5/utils/utils.js
new file mode 100644
index 0000000..770fa4b
--- /dev/null
+++ b/h5/utils/utils.js
@@ -0,0 +1,6 @@
+/**
+ * 鎴彇鏃ユ湡
+ */
+export const runcation = (date) => {
+ return date.substring(0, 16)
+}
--
Gitblit v1.9.3