Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHO-ACTIVITY-PHP
·
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
Email Patches
Plain Diff
Browse Files
Authored by
梁志锋
2015-12-06 22:08:13 +0800
Commit
86e9d0c51ea32dfe62ef5d747965bc2b4b29a9c1
1 parent
5b1f66cf
订单列表页 只有点击图片及标题区域才会跳转 code review by zhaobiao
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
static/js/me/order.js
static/js/me/order.js
View file @
86e9d0c
...
...
@@ -183,7 +183,7 @@ orderHammer.on('tap', function(e) {
}
});
});
}
else
{
}
else
if
(
$cur
.
closest
(
'.order-goods'
).
length
>
0
)
{
//Location to order detail
url
=
$order
.
data
(
'href'
);
...
...
Please
register
or
login
to post a comment