记得上下班打卡 | 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
7ab7d5ca
Commit
7ab7d5ca
authored
Jan 21, 2022
by
dongchun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
删除模块接口问题修改
parent
f842cf9f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
+5
-4
index.html
...ain/resources/templates/zhengzai/store/homeSet/index.html
+5
-4
No files found.
liquidnet-bus-client/liquidnet-client-admin/liquidnet-client-admin-web/src/main/resources/templates/zhengzai/store/homeSet/index.html
View file @
7ab7d5ca
...
...
@@ -176,7 +176,7 @@
<div>
魔方位
</div>
<span
class=
"mofangSp"
onclick=
"delSp()"
>
X
</span>
<span
class=
"mofangSp"
onclick=
"delSp(
4
)"
>
X
</span>
</div>
<div
class=
"jinGangWei"
onclick=
"goArea(1)"
>
<div>
...
...
@@ -189,8 +189,6 @@
活动BANNER
</div>
<span
class=
"huDongBannerSp"
onclick=
"delSp(2)"
>
X
</span>
</div>
<!-- <iframe id="iframe" src="http://172.16.3.82:8080/#/goods/home?place=admin" width="375" height="1190" frameborder="0"></iframe> -->
</div>
...
...
@@ -240,7 +238,8 @@
}
}
function
delSp
(
num
)
{
console
.
log
(
$
(
'.goods-banner-props'
),
'有吗'
)
event
.
stopPropagation
()
console
.
log
(
$
(
'.goods-banner-props'
),
'有吗2'
)
let
arr
=
[
{
"mid"
:
2
,
"moudleIndexId"
:
"708754120962334729770775"
,
"moudleName"
:
"jinGangWei"
,
"indexs"
:
2
,
"updateTime"
:
"2022-01-11 17:40:03"
,
"createTime"
:
"2022-01-06 13:53:45"
,
"delTag"
:
0
,
"status"
:
0
},
{
"mid"
:
1
,
"moudleIndexId"
:
"708753099180072962244503"
,
"moudleName"
:
"huDongBanner"
,
"indexs"
:
1
,
"updateTime"
:
"2022-01-06 13:52:22"
,
"createTime"
:
"2022-01-06 13:52:19"
,
"delTag"
:
0
,
"status"
:
0
},
...
...
@@ -251,9 +250,11 @@
$
.
ajax
({
type
:
'post'
,
url
:
'/front-index/update'
,
contentType
:
'application/json'
,
data
:
JSON
.
stringify
(
arr
[
num
-
1
]),
success
:
function
(
res
)
{
console
.
log
(
res
,
'res'
)
modalPx
();
}
})
}
...
...
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