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 | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/dzhwk/index.html b/dzhwk/index.html
index c6e00d7..13c4a26 100644
--- a/dzhwk/index.html
+++ b/dzhwk/index.html
@@ -98,9 +98,9 @@
<div class="yhm">
<input id="url" type="text" value="http://124.71.187.17:8111/dzhwk/index" class="form-control" placeholder="璇疯緭鍏ヨ矾寰�">
</div>
- <!-- <div class="yhm">
+ <div class="yhm">
<input id="sid" type="text" class="form-control" placeholder="璇疯緭鍏ヨ澶囧簭鍒楀彿">
- </div> -->
+ </div>
<button onclick="login()">纭� 瀹�</button>
</div>
</div>
@@ -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