Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yoho-blk
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
1
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
xuqi
9 years ago
Commit
d8f10f5e611f2ba1c51b6f68b5a3d2dda876776f
1 parent
ecca17a0
require common
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
public/js/product/item.page.js
public/js/product/item.page.js
View file @
d8f10f5
...
...
@@ -5,7 +5,7 @@
*/
var
$
=
require
(
'yoho-jquery'
),
lazyload
=
require
(
'yoho-jquery-lazyload'
),
common
=
require
(
'common'
);
common
=
require
(
'
../
common'
);
var
$tradeWrapper
=
$
(
'.trade-wrapper'
),
$balanceWrapper
=
$
(
'.balance-wrapper'
),
...
...
Please
register
or
login
to post a comment