From 3c3f99bd90efa71d71319947bce9090872053c80 Mon Sep 17 00:00:00 2001
From: czt <czt18638530771@163.com>
Date: 星期六, 11 四月 2026 15:56:19 +0800
Subject: [PATCH] 电子货位卡APP提交4

---
 dzhwk/index.html |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/dzhwk/index.html b/dzhwk/index.html
index 13c358f..13c4a26 100644
--- a/dzhwk/index.html
+++ b/dzhwk/index.html
@@ -110,8 +110,9 @@
 	<script src="./js/jquery.min.js"></script>
 	<script type="text/javascript" charset="utf-8">
 		mui.init();
-
+		
 		mui.plusReady(function() {
+
 			var user = JSON.parse(localStorage.getItem('user'));
 			console.log(JSON.stringify(user));
 			if (user) {

--
Gitblit v1.9.3