Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-portal-fe2
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
陶雨
2016-07-06 15:00:11 +0800
Commit
004b4f540d0889e09a53750a7e3494cdb6048a3c
1 parent
2c4e5f79
资源内容和资讯管理楼层拖拽之后编辑问题
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
code/static/js.jquery/module/guang/info/Edit.js
code/static/js.jquery/module/resource/resourceManage/ContentManage.js
code/static/js.jquery/module/guang/info/Edit.js
View file @
004b4f5
...
...
@@ -177,6 +177,7 @@ var Bll = {
array
:
Bll
.
contentDatas
,
callback
:
function
(
data
){
Bll
.
contentDatas
=
data
;
Bll
.
__render
(
"#add-content"
,
"template_content"
,
{
modules
:
Bll
.
contentDatas
});
}
});
}
...
...
code/static/js.jquery/module/resource/resourceManage/ContentManage.js
View file @
004b4f5
...
...
@@ -49,6 +49,7 @@ var Bll = {
array
:
Bll
.
contentDatas
[
currIndex
],
callback
:
function
(
data
)
{
Bll
.
contentDatas
[
currIndex
]
=
data
;
Bll
.
__render
(
"#add-content"
,
"template_content"
,
{
modules
:
Bll
.
contentDatas
[
currIndex
]});
}
});
}
...
...
Please
register
or
login
to post a comment