Commit 570eee4c authored by 罗成兵's avatar 罗成兵

获取用户信息

parent 4a691fdc
...@@ -7,6 +7,7 @@ ...@@ -7,6 +7,7 @@
<meta http-equiv="Pragma" content="no-cache, must-revalidate"> <meta http-equiv="Pragma" content="no-cache, must-revalidate">
<meta http-equiv="Cache-control" content="no-cache, must-revalidate"> <meta http-equiv="Cache-control" content="no-cache, must-revalidate">
<meta http-equiv="Cache" content="no-cache, must-revalidate"> <meta http-equiv="Cache" content="no-cache, must-revalidate">
<script src="https://beta-copd-img.yiboshi.com/20241106/1730860078278931285.js"></script>
<title>手机扫码上传</title> <title>手机扫码上传</title>
<style> <style>
* { * {
...@@ -112,6 +113,7 @@ ...@@ -112,6 +113,7 @@
<script src='lib/jquery1.11.3.min.js'></script> <script src='lib/jquery1.11.3.min.js'></script>
<script src='lib/layer/layer.js'></script> <script src='lib/layer/layer.js'></script>
<script> <script>
var vConsole = new VConsole();
let picList = [] let picList = []
let loading = false let loading = false
const maxLength = getUrlParams('length') || 1 const maxLength = getUrlParams('length') || 1
...@@ -274,8 +276,7 @@ ...@@ -274,8 +276,7 @@
type: 1, type: 1,
time: 2, time: 2,
skin: "msg", skin: "msg",
content: e content: "图片上传失败,请稍后重试!"
// content: "图片上传失败,请稍后重试!"
}); });
loading = false loading = false
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment