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
Email Patches
Plain Diff
Browse Files
Authored by
郝肖肖
2016-06-24 16:41:11 +0800
Commit
8ef8142689ca98ba164385e9be6ff5befa1747b8
1 parent
f76cf6e0
gulp ge 4.6.1
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
0 deletions
static/dist/myohobuy/4.6.1/index-debug.js
static/dist/myohobuy/4.6.1/index.css
static/dist/myohobuy/4.6.1/index.js
static/dist/myohobuy/4.6.1/index-debug.js
View file @
8ef8142
...
...
@@ -12506,8 +12506,16 @@ function jsApiCall(orderCode, jsApiParameters) {
'getBrandWCPayRequest'
,
jsApiParameters
,
function
(
res
)
{
//发送支付确认
$
.
ajax
({
type
:
'GET'
,
url
:
'/shopping/pay/wechatPayConfirm?order_code='
+
orderCode
,
dataType
:
'json'
,
success
:
function
(
res
)
{
window
.
location
.
href
=
'/home/orders/detail?order_code='
+
orderCode
;
}
});
}
);
}
...
...
static/dist/myohobuy/4.6.1/index.css
View file @
8ef8142
This diff could not be displayed because it is too large.
static/dist/myohobuy/4.6.1/index.js
View file @
8ef8142
This diff could not be displayed because it is too large.
Please
register
or
login
to post a comment