Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
2
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
ccbikai
2015-11-04 05:02:07 +0800
Commit
f2be23ece234bae685a0d3ea0b961bce82e734ea
1 parent
b8249827
JS 错误修复
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
static/js/guang/detail.js
static/sass/_good.scss
static/js/guang/detail.js
View file @
f2be23e
@@ -95,7 +95,7 @@ function thumbTouchEvt(e) {
@@ -95,7 +95,7 @@ function thumbTouchEvt(e) {
95
},
400
);
95
},
400
);
96
}
96
}
97
97
98
-
myScroll
.
refresh
();
98
+
myScroll
&&
myScroll
.
refresh
();
99
}
99
}
100
100
101
if
(
isIphone
)
{
101
if
(
isIphone
)
{
static/sass/_good.scss
View file @
f2be23e
@@ -75,7 +75,7 @@
@@ -75,7 +75,7 @@
75
img
{
75
img
{
76
display
:
block
;
76
display
:
block
;
77
width
:
100%
;
77
width
:
100%
;
78
-
height
:
366rem
/
$pxConvertRem
;
78
+
max-
height
:
366rem
/
$pxConvertRem
;
79
}
79
}
80
80
81
.few-tag
{
81
.few-tag
{
Please
register
or
login
to post a comment