Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
杨建斌
/
dy-wx2
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
0d0cc44f
authored
2019-01-21 23:03:02 +0800
by
ex
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
支付宝支付
1 parent
4e2a680a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
js/service/wechatPaymentService.js
js/service/wechatPaymentService.js
View file @
0d0cc44
...
...
@@ -129,7 +129,7 @@ angular.module('myApp.services')
// form.querySelector('#ok').click()
document
.
body
.
appendChild
(
form
)
document
.
querySelector
(
'#ok'
).
click
()
//
return callUnifiedOrderApiAliPay('支付')
return
callUnifiedOrderApiAliPay
(
'支付'
)
case
101
:
var
param
=
Object
.
assign
(
$location
.
search
(),{
amount
:
amount
,
...
...
@@ -186,7 +186,7 @@ angular.module('myApp.services')
// form.querySelector('#ok').click()
document
.
body
.
appendChild
(
form
)
document
.
querySelector
(
'#ok'
).
click
()
//
return callUnifiedOrderApiAliPay('支付')
return
callUnifiedOrderApiAliPay
(
'支付'
)
case
101
:
var
param
=
Object
.
assign
(
$location
.
search
(),{
amount
:
amount
,
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment