记得上下班打卡 | 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
d47d6b76
Commit
d47d6b76
authored
Oct 14, 2021
by
liuran
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改会员基础信息
parent
3a27fe17
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
5 deletions
+11
-5
info.html
...c/main/resources/templates/zhengzai/adam/member/info.html
+11
-5
No files found.
liquidnet-bus-client/liquidnet-client-admin/liquidnet-client-admin-web/src/main/resources/templates/zhengzai/adam/member/info.html
View file @
d47d6b76
...
...
@@ -417,10 +417,10 @@
</div>
<div
class=
"form-group"
>
<label
class=
"col-sm-2 control-label"
>
类别:
</label>
<div
class=
"col-sm-10"
>
<div
class=
"col-sm-10
coupenColumn
"
>
<div
class=
"radio-box"
>
<label
for=
"radio
1
"
onclick=
"radioType(this)"
>
<input
type=
"radio"
id=
"coupeAdd1"
class=
"coupeAddVal"
name=
"coupeAdd_type"
value=
"0"
/>
全场
<label
for=
"radio
2
"
onclick=
"radioType(this)"
>
<input
type=
"radio"
id=
"coupeAdd1"
class=
"coupeAddVal"
name=
"coupeAdd_type"
value=
"0"
/>
全场
</label>
</div>
<div
class=
"radio-box"
>
...
...
@@ -533,6 +533,14 @@
$
(
'.tabs_inner'
).
eq
(
Number
(
tabActive
)).
addClass
(
'active'
);
$
(
'.tab-pane'
).
eq
(
Number
(
tabActive
)).
addClass
(
'active'
);
}
$
(
'.coupenColumn .iCheck-helper'
).
click
(
function
()
{
radioType
(
$
(
this
).
parent
().
parent
());
});
$
(
'.alltrack .iCheck-helper'
).
click
(
function
()
{
coupetType
(
$
(
this
).
parent
().
parent
());
});
});
function
tabChange
(
num
)
{
...
...
@@ -582,7 +590,6 @@
}]
}
if
(
this
.
typeRadio
==
3
)
{
var
eventAmt
=
$
(
'#eventAmt'
).
val
();
var
overlay
=
this
.
overlay
;
...
...
@@ -629,7 +636,6 @@
// 类别
function
radioType
(
obj
)
{
console
.
log
(
obj
)
var
typeRadio
=
$
(
obj
).
find
(
'input'
).
val
();
$
(
obj
).
parent
().
parent
().
find
(
'input'
).
removeAttr
(
'checked'
);
$
(
obj
).
find
(
'input'
).
attr
(
'checked'
,
true
);
...
...
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