记得上下班打卡 | 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
658067ad
Commit
658067ad
authored
Jan 18, 2022
by
dongchun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
新增活动banner的问题
parent
2d66c01a
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
4 deletions
+10
-4
topBanner.html
...resources/templates/zhengzai/store/homeSet/topBanner.html
+4
-1
setGoodsRole.html
...s/templates/zhengzai/store/placingOrder/setGoodsRole.html
+6
-3
No files found.
liquidnet-bus-client/liquidnet-client-admin/liquidnet-client-admin-web/src/main/resources/templates/zhengzai/store/homeSet/topBanner.html
View file @
658067ad
...
@@ -180,7 +180,7 @@
...
@@ -180,7 +180,7 @@
$
(
"#tall"
).
html
(
''
);
$
(
"#tall"
).
html
(
''
);
$
(
"#tags"
).
hide
();
$
(
"#tags"
).
hide
();
$
(
"#showMiddleBanner"
).
show
();
$
(
"#showMiddleBanner"
).
show
();
addItem
();
}
else
{
}
else
{
type
=
1
type
=
1
}
}
...
@@ -190,6 +190,9 @@
...
@@ -190,6 +190,9 @@
console
.
log
(
data
)
console
.
log
(
data
)
promiseMethods
(
'/frontBanner/list'
,
'post'
,
data
).
then
(
res
=>
{
promiseMethods
(
'/frontBanner/list'
,
'post'
,
data
).
then
(
res
=>
{
let
{
data
}
=
res
;
let
{
data
}
=
res
;
if
(
data
.
length
<=
0
)
{
addItem
();
}
for
(
var
i
=
0
;
i
<
data
.
length
;
i
++
)
{
for
(
var
i
=
0
;
i
<
data
.
length
;
i
++
)
{
num
++
num
++
let
str
=
`<div class="banner_item" id="banner_item
${
i
+
1
}
" data-createTime="
${
data
[
i
].
createTime
}
" data-startTime="
${
data
[
i
].
startTime
}
" data-upData="
${
data
[
i
].
updateTime
}
" data-endTime="
${
data
[
i
].
endTime
}
" data-id="
${
data
[
i
].
bannerId
}
" data-mid="
${
data
[
i
].
mid
}
">
let
str
=
`<div class="banner_item" id="banner_item
${
i
+
1
}
" data-createTime="
${
data
[
i
].
createTime
}
" data-startTime="
${
data
[
i
].
startTime
}
" data-upData="
${
data
[
i
].
updateTime
}
" data-endTime="
${
data
[
i
].
endTime
}
" data-id="
${
data
[
i
].
bannerId
}
" data-mid="
${
data
[
i
].
mid
}
">
...
...
liquidnet-bus-client/liquidnet-client-admin/liquidnet-client-admin-web/src/main/resources/templates/zhengzai/store/placingOrder/setGoodsRole.html
View file @
658067ad
...
@@ -146,7 +146,8 @@
...
@@ -146,7 +146,8 @@
},
},
{
{
field
:
'bindType'
,
field
:
'bindType'
,
title
:
`线下售价<a onclick="setPrice(1)">批量</a>`
,
// title: `线下售价
<
a
onclick
=
"setPrice(1)"
>
批量
<
/a>`
,
title
:
`线下售价`
,
width
:
'150'
,
width
:
'150'
,
align
:
'center'
,
align
:
'center'
,
formatter
:
function
(
value
,
row
,
index
)
{
formatter
:
function
(
value
,
row
,
index
)
{
...
@@ -155,7 +156,8 @@
...
@@ -155,7 +156,8 @@
},
},
{
{
field
:
'bindType'
,
field
:
'bindType'
,
title
:
'库存限量<a onclick="setPrice(2)">批量</a>'
,
// title: '库存限量
<
a
onclick
=
"setPrice(2)"
>
批量
<
/a>'
,
title
:
'库存限量'
,
width
:
'150'
,
width
:
'150'
,
align
:
'center'
,
align
:
'center'
,
formatter
:
function
(
value
,
row
,
index
)
{
formatter
:
function
(
value
,
row
,
index
)
{
...
@@ -164,7 +166,8 @@
...
@@ -164,7 +166,8 @@
},
},
{
{
field
:
'bindType'
,
field
:
'bindType'
,
title
:
'用户限购<a onclick="setPrice(3)">批量</a>'
,
// title: '用户限购
<
a
onclick
=
"setPrice(3)"
>
批量
<
/a>'
,
title
:
'用户限购'
,
width
:
'150'
,
width
:
'150'
,
align
:
'center'
,
align
:
'center'
,
formatter
:
function
(
value
,
row
,
index
)
{
formatter
:
function
(
value
,
row
,
index
)
{
...
...
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