Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
1
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
郝肖肖
2017-03-31 13:36:12 +0800
Commit
dab0d5db9612bbed93f87e59e5f8e4376d638883
1 parent
98b8d896
去支付改成同步请求
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
public/js/shopping/pay.page.js
public/js/shopping/pay.page.js
View file @
dab0d5d
...
...
@@ -85,7 +85,8 @@ payPage = {
url
:
'//www.yohobuy.com/shopping/newpay/go'
,
type
:
'POST'
,
dataType
:
'json'
,
timeout
:
7000
,
async
:
false
,
timeout
:
6000
,
data
:
{
code
:
orderCode
,
payType
:
payType
...
...
Please
register
or
login
to post a comment