记得上下班打卡 | 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
467f9676
Commit
467f9676
authored
Mar 06, 2022
by
胡佳晨
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/dev_goblin' into dev_goblin
parents
6cb6c0bf
b70ac307
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
2 deletions
+10
-2
topBanner.html
...resources/templates/zhengzai/store/homeSet/topBanner.html
+9
-2
db_ln_goblin_initialdata.sql
...net-service-goblin-impl/docu/db_ln_goblin_initialdata.sql
+1
-0
No files found.
liquidnet-bus-client/liquidnet-client-admin/liquidnet-client-admin-web/src/main/resources/templates/zhengzai/store/homeSet/topBanner.html
View file @
467f9676
...
@@ -104,6 +104,9 @@
...
@@ -104,6 +104,9 @@
.iptOrSelect
{
.iptOrSelect
{
flex
:
1
;
flex
:
1
;
}
}
#activeTags
{
display
:
none
;
}
</style>
</style>
</head>
</head>
<body>
<body>
...
@@ -136,6 +139,9 @@
...
@@ -136,6 +139,9 @@
<button
type=
"button"
class=
"btn btn-warning"
style=
"margin-right: 12px;"
onclick=
"addItem(0)"
>
添加banner
</button>
<button
type=
"button"
class=
"btn btn-warning"
style=
"margin-right: 12px;"
onclick=
"addItem(0)"
>
添加banner
</button>
<span
id=
"tall"
>
(最多允许添加10张图,宽度为764像素,高度为1018像素)
</span>
<span
id=
"tall"
>
(最多允许添加10张图,宽度为764像素,高度为1018像素)
</span>
</div>
</div>
<div
id=
"activeTags"
class=
"tags"
>
<span
id=
"tall"
>
(请上传宽度为382像素的图片!)
</span>
</div>
</div>
</div>
<div
id=
"bannerList"
class=
"banner_list"
>
<div
id=
"bannerList"
class=
"banner_list"
>
...
@@ -186,10 +192,11 @@
...
@@ -186,10 +192,11 @@
if
(
type
==
2
)
{
if
(
type
==
2
)
{
$
(
"#tall"
).
html
(
''
);
$
(
"#tall"
).
html
(
''
);
$
(
"#tags"
).
hide
();
$
(
"#tags"
).
hide
();
$
(
"#showMiddleBanner"
).
show
();
$
(
"#activeTags"
).
show
();
}
else
{
}
else
{
type
=
1
type
=
1
$
(
"#tags"
).
show
();
$
(
"#activeTags"
).
hide
();
}
}
let
data
=
{
let
data
=
{
type
type
...
...
liquidnet-bus-service/liquidnet-service-goblin/liquidnet-service-goblin-impl/docu/db_ln_goblin_initialdata.sql
View file @
467f9676
...
@@ -767,6 +767,7 @@ create table goblin_shopping_cart
...
@@ -767,6 +767,7 @@ create table goblin_shopping_cart
number
int
default
0
comment
'数量'
,
number
int
default
0
comment
'数量'
,
marketing_id
varchar
(
64
)
default
''
comment
'默认的营销id[活动id]'
,
marketing_id
varchar
(
64
)
default
''
comment
'默认的营销id[活动id]'
,
del_tag
int
default
0
comment
'删除标记[0-未删除|1-已删除]'
,
del_tag
int
default
0
comment
'删除标记[0-未删除|1-已删除]'
,
type
varchar
(
200
)
default
''
comment
'type前端传的'
,
created_at
datetime
,
created_at
datetime
,
updated_at
datetime
,
updated_at
datetime
,
comment
text
,
comment
text
,
...
...
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