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 错误修复
Show 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) {
},
400
);
}
myScroll
.
refresh
();
myScroll
&&
myScroll
.
refresh
();
}
if
(
isIphone
)
{
...
...
static/sass/_good.scss
View file @
f2be23e
...
...
@@ -75,7 +75,7 @@
img
{
display
:
block
;
width
:
100%
;
height
:
366rem
/
$pxConvertRem
;
max-
height
:
366rem
/
$pxConvertRem
;
}
.few-tag
{
...
...
Please
register
or
login
to post a comment