记得上下班打卡 | 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
f2792ce4
Commit
f2792ce4
authored
Jan 25, 2022
by
dongchun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改后台bug
parent
4a62f797
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletion
+7
-1
carefullyGoods.html
...rces/templates/zhengzai/store/homeSet/carefullyGoods.html
+4
-1
addNewActivity.html
...templates/zhengzai/store/placingOrder/addNewActivity.html
+3
-0
No files found.
liquidnet-bus-client/liquidnet-client-admin/liquidnet-client-admin-web/src/main/resources/templates/zhengzai/store/homeSet/carefullyGoods.html
View file @
f2792ce4
...
...
@@ -160,7 +160,7 @@
</div>
<div
class=
"list_title"
>
<div
class=
"hot_title"
>
商品列表
<span
class=
"goodsNumber"
>
(
1998
)
</span>
:
商品列表
<span
class=
"goodsNumber"
>
(
0
)
</span>
:
</div>
<div
class=
"tags"
>
拖动排序
...
...
@@ -293,6 +293,9 @@
function
addBox
()
{
let
str
=
''
;
// console.log($('.goodsNumber').text()+1, 'sf')
if
(
!
selectObj
.
spuId
)
{
return
layer
.
msg
(
'输出不能为空!'
)
}
let
num
=
Number
(
$
(
'.goodsNumber'
).
text
())
+
1
;
$
(
'.goodsNumber'
).
text
(
num
)
str
+=
`<li id="item
${
Number
(
$
(
'.goodsNumber'
).
text
())
-
1
}
" class="info-element" data-spuId="
${
selectObj
.
spuId
}
">
...
...
liquidnet-bus-client/liquidnet-client-admin/liquidnet-client-admin-web/src/main/resources/templates/zhengzai/store/placingOrder/addNewActivity.html
View file @
f2792ce4
...
...
@@ -252,6 +252,9 @@
});
}
function
nextBtn
(
params
)
{
if
(
!
$
(
"#endTime"
).
val
()
||
!
$
(
"#startTime"
).
val
()
||
!
$
(
"#selectShow"
).
val
())
{
return
layer
.
msg
(
'请输入必填项!'
)
}
let
data
=
{
endTime
:
$
(
"#endTime"
).
val
(),
startTime
:
$
(
"#startTime"
).
val
(),
...
...
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