Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYWAP
·
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
biao
2015-12-06 22:05:28 +0800
Commit
51b31b70272baf681d993b4ad37fd2d3a7bbf3c4
1 parent
ae8f1371
fix weixin open check
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
static/js/me/pay.js
static/js/me/pay.js
View file @
51b31b7
...
...
@@ -90,7 +90,7 @@ function callpay(orderCode) {
function
isWXOpen
()
{
var
ua
=
navigator
.
userAgent
.
toLowerCase
();
var
ua
=
window
.
navigator
.
userAgent
.
toLowerCase
();
if
(
ua
.
match
(
/MicroMessenger/i
)
===
'micromessenger'
)
{
return
true
;
...
...
Please
register
or
login
to post a comment