Toggle navigation
Toggle navigation
This project
Loading...
Sign in
wangshusheng
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to dashboard
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
biao
2016-02-14 14:37:03 +0800
Commit
0295dd16d9ea37b383a07c814a3e0e8b9ba52ad4
1 parent
e701979e
代码优化,code review by LZF
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
3 deletions
static/js/me/pay.js
static/js/me/pay.js
View file @
0295dd1
...
...
@@ -92,9 +92,7 @@ function callpay(orderCode) {
function
isWXOpen
()
{
var
ua
=
window
.
navigator
.
userAgent
.
toLowerCase
();
if
(
ua
.
indexOf
(
'micromessenger'
)
>
0
)
{
return
true
;
}
return
ua
.
indexOf
(
'micromessenger'
)
>
0
;
}
function
hideWeChatPay
()
{
...
...
Please
register
or
login
to post a comment