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
980f6c2f
authored
2019-01-20 21:47:36 +0800
by
ex
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
保证金
1 parent
4ef4a066
Show 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 @
980f6c2
...
...
@@ -172,7 +172,7 @@ angular.module('myApp.services')
// console.log(res)
// })
var
html
=
' <form action="'
+
host
+
'/h5/alipay/ba
lance
/'
+
token
var
html
=
' <form action="'
+
host
+
'/h5/alipay/ba
il
/'
+
token
+
'" method="post">'
+
' <input type="text" name="amount" value="'
+
amount
+
'" />'
+
' <input type="text" name="body" value="保证金充值"/>'
+
...
...
@@ -193,7 +193,7 @@ angular.module('myApp.services')
body
:
"保证金充值"
,
type
:
type
});
return
callOrderApi
(
host
+
"/ba
lance
/wx/h5"
,
param
,
'bond'
);
return
callOrderApi
(
host
+
"/ba
il
/wx/h5"
,
param
,
'bond'
);
default
:
return
null
...
...
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