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
郭成尧
2017-07-26 20:34:25 +0800
Commit
867c97f74242210cff789e172d52ae157dea63af
1 parent
6e4790f0
data-url
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletions
public/js/home/order.page.js
public/js/home/order.page.js
View file @
867c97f
...
...
@@ -533,5 +533,7 @@ $refundReaMask.on('touchend', function(event) {
$
(
'.nav-tap'
).
on
(
'click'
,
function
(
e
)
{
let
$cur
=
$
(
e
.
target
);
location
.
replace
(
$cur
.
data
(
'url'
));
if
(
$cur
.
data
(
'url'
))
{
location
.
replace
(
$cur
.
data
(
'url'
));
}
});
...
...
Please
register
or
login
to post a comment