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
786a9401
authored
Nov 29, 2022
by
mushishixian
Browse files
Options
_('Browse Files')
Download
Plain Diff
Merge branch 'dev/ver/1.0.0' of
ssh://git.ichunt.net:22611/semour/semour_web
into dev/ver/1.0.0
parents
9c4e64fe
46434175
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
5 deletions
public/assets/js/brand/list.js
public/assets/js/brand/list.js
View file @
786a9401
...
...
@@ -14,7 +14,7 @@ define('brandlist', ['tool', 'liexin_pop', 'artTemplate', 'pagination'], functio
var
data_
=
{
page
:
brandlist
.
page
,
page_size
:
brandlist
.
limit
,
"brand_id/eq"
:
$
(
"#brandvalxsp"
).
attr
(
"guid"
)
"
standard_
brand_id/eq"
:
$
(
"#brandvalxsp"
).
attr
(
"guid"
)
}
if
(
$
(
".eqsort"
).
hasClass
(
"act"
))
{
data_
[
"goods_name/eq"
]
=
$
(
".mallbrandlistvalx"
).
val
()
...
...
@@ -74,7 +74,7 @@ define('brandlist', ['tool', 'liexin_pop', 'artTemplate', 'pagination'], functio
brandlist
.
page
=
api
.
getCurrent
()
brandlist
.
getData
();
}
});
}
else
{
tool
.
NoData
(
".data-td"
)
...
...
@@ -193,7 +193,7 @@ define('brandlist', ['tool', 'liexin_pop', 'artTemplate', 'pagination'], functio
return
false
;
}
})
//计算合计价格
var
ac_price
=
obj
.
find
(
".price-group.act"
).
find
(
".jtpcval"
).
text
()
...
...
@@ -204,4 +204,4 @@ define('brandlist', ['tool', 'liexin_pop', 'artTemplate', 'pagination'], functio
})
seajs
.
use
([
'brandlist'
])
\ No newline at end of file
seajs
.
use
([
'brandlist'
])
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