Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
2
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
biao
9 years ago
Commit
e701979ea73afdbbafd771dfb6824d4709db345b
1 parent
f8b62f64
优化代码。 code review by LZF
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
static/js/me/pay.js
static/js/me/pay.js
View file @
e701979
...
...
@@ -21,7 +21,7 @@ var appIconPosition = {
bank
:
'-4rem'
};
//隐藏微信分享选项
//
隐藏微信分享选项
if
(
window
.
wx
)
{
wx
.
hideOptionMenu
();
}
...
...
@@ -44,10 +44,10 @@ if (typeof WeixinJSBridge === undefined) {
onBridgeReady
();
}
//调用微信JS api 支付
//
调用微信JS api 支付
function
jsApiCall
(
orderCode
,
jsApiParameters
)
{
//防止重复操作弹框
//
防止重复操作弹框
window
.
WeixinJSBridge
&&
window
.
WeixinJSBridge
.
invoke
(
'getBrandWCPayRequest'
,
jsApiParameters
,
...
...
@@ -57,7 +57,7 @@ function jsApiCall(orderCode, jsApiParameters) {
);
}
//微信支付
//
微信支付
function
callpay
(
orderCode
)
{
var
jsApiParameters
;
...
...
Please
register
or
login
to post a comment