记得上下班打卡 | 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
0bf5e328
Commit
0bf5e328
authored
Sep 17, 2021
by
liuran
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改会员基础信息
parent
c76c85ad
Changes
2
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
172 additions
and
50 deletions
+172
-50
ry-ui.js
...ent-admin-web/src/main/resources/static/ruoyi/js/ry-ui.js
+27
-0
info.html
...c/main/resources/templates/zhengzai/adam/member/info.html
+145
-50
No files found.
liquidnet-bus-client/liquidnet-client-admin/liquidnet-client-admin-web/src/main/resources/static/ruoyi/js/ry-ui.js
View file @
0bf5e328
...
...
@@ -1234,6 +1234,33 @@ var table = {
};
$
.
ajax
(
config
)
},
// 保存信息 弹出提示框
saveModalBody
:
function
(
url
,
data
,
callback
)
{
var
config
=
{
url
:
url
,
type
:
"post"
,
dataType
:
"json"
,
contentType
:
'application/json'
,
data
:
data
,
beforeSend
:
function
()
{
$
.
modal
.
loading
(
"正在处理中,请稍后..."
);
},
success
:
function
(
result
)
{
if
(
typeof
callback
==
"function"
)
{
callback
(
result
);
}
if
(
result
.
code
==
web_status
.
SUCCESS
)
{
$
.
modal
.
alertSuccess
(
result
.
msg
)
}
else
if
(
result
.
code
==
web_status
.
WARNING
)
{
$
.
modal
.
alertWarning
(
result
.
msg
)
}
else
{
$
.
modal
.
alertError
(
result
.
msg
);
}
$
.
modal
.
closeLoading
();
}
};
$
.
ajax
(
config
)
},
// 保存选项卡信息
saveTab
:
function
(
url
,
data
,
callback
)
{
var
config
=
{
...
...
liquidnet-bus-client/liquidnet-client-admin/liquidnet-client-admin-web/src/main/resources/templates/zhengzai/adam/member/info.html
View file @
0bf5e328
This diff is collapsed.
Click to expand it.
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