Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuywap-node
·
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
王水玲
2018-05-28 11:22:02 +0800
Commit
730cddd8b935a45be77f76e4af097d796b138888
1 parent
d5aaf775
确认订单送货时间选项1长按触发跳转调货页面问题
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
public/js/cart/order-ensure.js
public/js/cart/order-ensure.js
View file @
730cddd
...
...
@@ -418,7 +418,7 @@ $('.dispatch').on('touchend', 'h3', function() {
}
});
$subBlock
.
on
(
'
touchstart
'
,
'li'
,
function
()
{
$subBlock
.
on
(
'
click
'
,
'li'
,
function
()
{
// 送货时间提示语li,不响应事件
if
(
$
(
this
).
hasClass
(
'dispatch-time-info'
))
{
...
...
Please
register
or
login
to post a comment