记得上下班打卡 | 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
03321f8b
Commit
03321f8b
authored
Sep 07, 2021
by
liuran
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改会员基础信息
parent
b5e85a19
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
7 deletions
+16
-7
ClientAdminApplication.java
...va/com/liquidnet/client/admin/ClientAdminApplication.java
+2
-1
info.html
...resources/templates/zhengzai/adam/member/detail/info.html
+14
-6
No files found.
liquidnet-bus-client/liquidnet-client-admin/liquidnet-client-admin-web/src/main/java/com/liquidnet/client/admin/ClientAdminApplication.java
View file @
03321f8b
...
...
@@ -24,7 +24,8 @@ public class ClientAdminApplication implements CommandLineRunner {
private
Environment
environment
;
public
static
void
main
(
String
[]
args
)
{
// System.setProperty("spring.devtools.restart.enabled", "false");
// System.setProperty("spring.devtoolq.restart.enabled", "false");
// System.setProperty("spring.devtoolq.restart.enabled", "false");
SpringApplication
.
run
(
ClientAdminApplication
.
class
,
args
);
}
...
...
liquidnet-bus-client/liquidnet-client-admin/liquidnet-client-admin-web/src/main/resources/templates/zhengzai/adam/member/detail/info.html
View file @
03321f8b
...
...
@@ -4,7 +4,14 @@
<th:block
th:include=
"include :: header('会员设置')"
/>
<style
type=
"text/css"
>
.user-info-head
{
position
:
relative
;
display
:
inline-block
;}
.user-info-head
:hover:after
{
content
:
'\f030'
;
position
:
absolute
;
left
:
0
;
right
:
0
;
top
:
0
;
bottom
:
0
;
color
:
#eee
;
background
:
rgba
(
0
,
0
,
0
,
0.5
);
font-family
:
FontAwesome
;
font-size
:
24px
;
font-style
:
normal
;
-webkit-font-smoothing
:
antialiased
;
-moz-osx-font-smoothing
:
grayscale
;
cursor
:
pointer
;
line-height
:
110px
;
border-radius
:
50%
;}
</style>
</head>
<style>
.avatar_img
{
float
:
left
;
}
.text_menber
{
height
:
100px
!important
;
}
</style>
<body
class=
"gray-bg"
style=
"font: 14px Helvetica Neue, Helvetica, PingFang SC, 微软雅黑, Tahoma, Arial, sans-serif !important;"
>
<!--<input id="userId" name="userId" type="hidden" th:value="${user.userId}" />-->
<section
class=
"section-content"
>
...
...
@@ -33,13 +40,14 @@
<div
class=
"form-group"
>
<label
class=
"col-sm-2 control-label"
>
会员说明:
</label>
<div
class=
"col-sm-10"
>
<input
type=
"text"
class=
"form-control"
name=
"subTitle"
th:field=
"*{subTitle}"
placeholder=
"简略描述会员功能"
>
<textarea
class=
"form-control"
name=
"subTitle"
th:field=
"*{subTitle}"
placeholder=
"简略描述会员功能"
/>
<!-- <input type="text" class="form-control" name="subTitle" th:field="*{subTitle}" placeholder="简略描述会员功能">-->
</div>
</div>
<div
class=
"form-group"
>
<label
class=
"col-sm-2 control-label"
>
会员banner:
</label>
<div
class=
"text-center"
>
<p
class=
"user-info-head"
onclick=
"avatar()"
>
<p
class=
"user-info-head
avatar_img
"
onclick=
"avatar()"
>
<img
class=
"img-circle img-lg"
th:src=
"(${#strings.isEmpty(member.avatar)}) ? @{/img/profile.jpg} : @{${member.avatar}}"
th:onerror=
"'this.src=\'' + @{'/img/profile.jpg'} + '\''"
>
</p>
</div>
...
...
@@ -47,7 +55,7 @@
<div
class=
"form-group"
>
<label
class=
"col-sm-2 control-label"
>
会员小尾巴:
</label>
<div
class=
"text-center"
>
<p
class=
"user-info-head"
onclick=
"avatar()"
>
<p
class=
"user-info-head
avatar_img
"
onclick=
"avatar()"
>
<img
class=
"img-circle img-lg"
th:src=
"(${#strings.isEmpty(member.icon)}) ? @{/img/log.png} : @{${member.icon}}"
th:onerror=
"'this.src=\'' + @{'/img/log.png'} + '\''"
>
</p>
</div>
...
...
@@ -68,13 +76,13 @@
<div
class=
"form-group"
>
<label
class=
"col-sm-2 control-label"
>
会员弹窗文案:
</label>
<div
class=
"col-sm-10"
>
<
input
type=
"text"
class=
"form-control"
name=
"interestsDetail"
size=
"10"
th:field=
"*{interestsDetail}"
>
<
textarea
class=
"form-control text_menber"
name=
"interestsDetail"
size=
"10"
th:field=
"*{interestsDetail}"
/
>
</div>
</div>
<div
class=
"form-group"
>
<label
class=
"col-sm-2 control-label"
>
注意事项:
</label>
<div
class=
"col-sm-10"
>
<
input
type=
"text"
class=
"form-control"
name=
"notes"
th:field=
"*{notes}"
>
<
textarea
class=
"form-control text_menber"
name=
"notes"
th:field=
"*{notes}"
/
>
</div>
</div>
<div
class=
"form-group"
>
...
...
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