Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOOD
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Plain Diff
Browse Files
Authored by
whb
10 years ago
Commit
cccb673e788274af8fde87510637477add2a8d54
2 parents
51af015d
59051719
h5的show点击
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
res/js/mobile.js
res/js/mobile.js
View file @
cccb673
...
...
@@ -129,7 +129,7 @@ define('mobile', function(require, exports) {
};
exports
.
show
=
function
()
{
$
(
".layout-item"
).
bind
(
"tap"
,
function
()
{
$
(
".layout-item"
).
bind
(
"tap"
,
function
(
event
)
{
var
imageWidth
=
320
,
imageHeight
=
320
;
$
(
this
).
find
(
".image-box .pic-tip"
).
each
(
function
()
{
...
...
Please
register
or
login
to post a comment