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-03-17 18:47:20 +0800
Commit
bd7eeb7e718048ea4eee696f9e1d71223e4d606b
1 parent
ab08750f
alipay-ajax
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
public/js/cart/pay.page.js
public/js/cart/pay.page.js
View file @
bd7eeb7
...
...
@@ -207,7 +207,7 @@ function hideAliPay() {
$payApps
.
each
(
function
(
idx
,
app
)
{
if
(
$
(
app
).
parent
().
attr
(
'id'
)
===
'alipay'
)
{
$
(
app
).
closest
(
'a'
).
css
(
'display'
,
'none'
);
$
(
app
).
parent
(
).
css
(
'display'
,
'none'
);
return
false
;
}
});
...
...
Please
register
or
login
to post a comment