From afb05754bf1f7b6aee63e85ed6e9eecf5b5d5b29 Mon Sep 17 00:00:00 2001
From: zhaojs <349234519@qq.com>
Date: 星期五, 20 十月 2023 09:38:19 +0800
Subject: [PATCH] no message

---
 H5/utils/ComUtils.js |   27 ++++++++++++++++++++++++++-
 1 files changed, 26 insertions(+), 1 deletions(-)

diff --git a/H5/utils/ComUtils.js b/H5/utils/ComUtils.js
index eef78dd..7056d24 100644
--- a/H5/utils/ComUtils.js
+++ b/H5/utils/ComUtils.js
@@ -32,6 +32,30 @@
 function getSmsStatus(status) {
 	switch (status) {
 		case 0:
+			return '鍙戦�佷腑';
+		case 1:
+			return '鍙戦�佷腑';
+		case 2:
+			return '鍙戦�佸け璐�';
+		case 3:
+			return '鍙戦�佷腑';
+		case 4:
+			return '鍙戦�佷腑';
+		case 5:
+			return '鎺ユ敹涓�';
+		case 6:
+			return '鎺ユ敹鎴愬姛';
+		case 7:
+			return '鎺ユ敹澶辫触';
+		default:
+			return '鎺ユ敹澶辫触';
+	}
+}
+
+
+function getBackSmsStatus(status) {
+	switch (status) {
+		case 0:
 			return '瀹℃牳涓�';
 		case 1:
 			return '瀹℃牳鎴愬姛';
@@ -55,5 +79,6 @@
 module.exports = {
 	getUrlPar,
 	formatDate,
-	getSmsStatus
+	getSmsStatus,
+	getBackSmsStatus
 }
\ No newline at end of file

--
Gitblit v1.9.3