From 802971e1c3f378354dbd5014a0c552f9081d4a00 Mon Sep 17 00:00:00 2001
From: cnf <3200815559@qq.com>
Date: 星期二, 26 八月 2025 13:14:05 +0800
Subject: [PATCH] 部分模块加上声音提示

---
 H5/Js/UserLogin.js |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/H5/Js/UserLogin.js b/H5/Js/UserLogin.js
index ad70e03..61d6385 100644
--- a/H5/Js/UserLogin.js
+++ b/H5/Js/UserLogin.js
@@ -11,9 +11,9 @@
     },
     mounted() {
         var that = this;
-        if (typeof (Cookies.get('phone')) == "undefined") { }
+        if (typeof (Cookies.get('loginAccount')) == "undefined") { }
         else {
-            that.phone = Cookies.get('phone');
+            that.phone = Cookies.get('loginAccount');
           //  that.passwd = Cookies.get('passwd');
         }
        // that.phone = "admin";

--
Gitblit v1.9.3