Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
semour
/
semour_web
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
e1e571f5
authored
Nov 29, 2022
by
肖康
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
列表加购问题
parent
05f8c073
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
9 additions
and
3 deletions
public/assets/js/brand/list.js
public/assets/js/car/car.js
public/assets/js/class/class.js
public/assets/js/search/search.js
resources/views/classification/index.blade.php
public/assets/js/brand/list.js
View file @
e1e571f5
...
...
@@ -127,11 +127,13 @@ define('brandlist', ['tool', 'liexin_pop', 'artTemplate', 'pagination'], functio
if
(
num
>
max_num
)
{
$
(
this
).
val
(
max_num
)
liexin_pop
.
Tip
({
title
:
"At Most "
+
max_num
})
brandlist
.
onePriceRow
(
$
(
this
).
parents
(
".td-group"
))
return
}
if
(
num
<
min_num
)
{
$
(
this
).
val
(
min_num
)
liexin_pop
.
Tip
({
title
:
"At Least "
+
min_num
})
brandlist
.
onePriceRow
(
$
(
this
).
parents
(
".td-group"
))
return
}
...
...
public/assets/js/car/car.js
View file @
e1e571f5
...
...
@@ -74,12 +74,12 @@ define('car', ['tool', 'liexin_pop', 'artTemplate'], function (require, exports,
if
(
num
>
max_num
){
$
(
this
).
val
(
max_num
)
liexin_pop
.
Tip
({
title
:
"At Most "
+
max_num
})
return
}
if
(
num
<
min_num
){
$
(
this
).
val
(
min_num
)
liexin_pop
.
Tip
({
title
:
"At Least "
+
min_num
})
return
}
var
data_
=
{
goods_id
:
$
(
this
).
attr
(
"goods_id"
),
...
...
public/assets/js/class/class.js
View file @
e1e571f5
...
...
@@ -135,11 +135,13 @@ define('class_p', ['tool', 'liexin_pop', 'artTemplate', 'pagination'], function
if
(
num
>
max_num
)
{
$
(
this
).
val
(
max_num
)
liexin_pop
.
Tip
({
title
:
"At Most "
+
max_num
})
class_p
.
onePriceRow
(
$
(
this
).
parents
(
".td-group"
))
return
}
if
(
num
<
min_num
)
{
$
(
this
).
val
(
min_num
)
liexin_pop
.
Tip
({
title
:
"At Least "
+
min_num
})
class_p
.
onePriceRow
(
$
(
this
).
parents
(
".td-group"
))
return
}
...
...
public/assets/js/search/search.js
View file @
e1e571f5
...
...
@@ -125,11 +125,13 @@ define('search', ['tool', 'liexin_pop', 'artTemplate', 'pagination'], function (
if
(
num
>
max_num
){
$
(
this
).
val
(
max_num
)
liexin_pop
.
Tip
({
title
:
"At Most "
+
max_num
})
search
.
onePriceRow
(
$
(
this
).
parents
(
".td-group"
))
return
}
if
(
num
<
min_num
){
$
(
this
).
val
(
min_num
)
liexin_pop
.
Tip
({
title
:
"At Least "
+
min_num
})
search
.
onePriceRow
(
$
(
this
).
parents
(
".td-group"
))
return
}
...
...
resources/views/classification/index.blade.php
View file @
e1e571f5
...
...
@@ -64,7 +64,7 @@
<div class="
check
">
<i class="
icon
iconfont
icon
-
gou
"></i>
</div>
<p>
Show what's available
</p>
<p>
Exact Match
</p>
</div>
</div>
<div class="
datalistcon
boxsiz
">
...
...
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