记得上下班打卡 | git大法好,push需谨慎
Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
liquidnet-bus-v1
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
董敬伟
liquidnet-bus-v1
Commits
a0fd2256
Commit
a0fd2256
authored
Apr 24, 2022
by
sangchunxi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
#1975 添加手机号、修改用户名展示字段 确认修复
parent
1bd9d1be
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
1 deletion
+8
-1
detail.html
...n/resources/templates/zhengzai/smile/userList/detail.html
+8
-1
No files found.
liquidnet-bus-client/liquidnet-client-admin/liquidnet-client-admin-web/src/main/resources/templates/zhengzai/smile/userList/detail.html
View file @
a0fd2256
...
...
@@ -153,7 +153,7 @@
</div>
<div
class=
"user_items_box"
>
<div
class=
"items2"
>
<p>
姓名:
<span
>
张三
</span></p>
<p>
姓名:
<span
id=
"authName"
>
</span></p>
<p>
身份证号:
<span
id=
"idCard"
>
211481199302641564
</span></p>
<!-- <p>有效期:<span>长期/2021年12月27日到期</span></p> -->
</div>
...
...
@@ -210,6 +210,10 @@
<p>微博:</p>
<input type="text" disabled id="name" autocomplete="off" value="https://weibo.com/u/53454874" class="layui-input">
</div> -->
<div
class=
"items"
>
<p>
手机号:
</p>
<p
id=
"authPhone"
></p>
</div>
<div
class=
"items"
>
<p>
提交时间:
</p>
<p
id=
"createTime"
>
2022年02月24日 16:43:15
</p>
...
...
@@ -232,8 +236,11 @@
data
,
success
:
function
(
res
)
{
let
{
data
}
=
res
;
$
(
"#photo"
).
attr
(
'src'
,
data
.
img
);
$
(
"#name"
).
val
(
data
.
name
);
$
(
"#authName"
).
text
(
data
.
name
);
$
(
"#authPhone"
).
text
(
data
.
phone
);
$
(
"#bornTime"
).
val
(
data
.
birthday
);
$
(
"#citys"
).
val
(
`
${
data
.
province
+
' '
+
data
.
city
+
' '
+
data
.
area
}
`
);
$
(
"#schoolName"
).
val
(
data
.
schoolName
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment