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
王水玲
8 years ago
Commit
b28eeb00fd069de42355761c60a9377039f892d5
1 parent
1bf5eed9
品牌介绍展开商品内容不滚动
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletions
public/js/product/shop-list.page.js
public/js/product/shop-list.page.js
View file @
b28eeb0
...
...
@@ -12,6 +12,8 @@ var Shop = {
$
(
'#brand-info'
).
click
(
function
()
{
Shop
.
brandInfoDialog
().
show
();
$
(
'body'
).
css
({
overflow
:
'hidden'
});
$
(
'.body-mask'
).
css
({
width
:
'100%'
});
// $('.brand-info').addClass('nano');
$
(
'.brand-info-dialog .brand-info-content'
).
nanoScroller
();
...
...
@@ -22,7 +24,10 @@ var Shop = {
var
infoDaialog
=
new
Dialog
({
className
:
'brand-info-dialog'
,
content
:
$
(
'.brand-info-wrapper'
).
html
(),
keep
:
false
keep
:
false
,
closeCb
:
function
()
{
$
(
'body'
).
css
({
overflow
:
'auto'
});
}
});
return
infoDaialog
;
...
...
Please
register
or
login
to post a comment