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
Plain Diff
Browse Files
Authored by
biao
2015-12-07 16:54:57 +0800
Commit
54f4555a8831b031ed26d9faf2a77ce24fc57974
2 parents
3b32d218
a0e5ad5c
fix weixin check bug. code review by LZF
Hide 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 @
54f4555
...
...
@@ -92,7 +92,7 @@ function callpay(orderCode) {
function
isWXOpen
()
{
var
ua
=
window
.
navigator
.
userAgent
.
toLowerCase
();
if
(
ua
.
match
(
/MicroMessenger/i
).
toString
()
===
'micromessenger'
)
{
if
(
ua
.
indexOf
(
'micromessenger'
)
>
0
)
{
return
true
;
}
else
{
return
false
;
...
...
Please
register
or
login
to post a comment