Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
F
fenzhan_zsb
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
esf
fenzhan_zsb
Commits
15d6ac35
Commit
15d6ac35
authored
Dec 23, 2019
by
zhangkuanguang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
芜湖
parent
6ff3dca2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
index.js
new_admincp/source/zsb/js/v1.0/real/index.js
+2
-2
No files found.
new_admincp/source/zsb/js/v1.0/real/index.js
View file @
15d6ac35
...
@@ -47,9 +47,9 @@ var avaVm = avalon.define({
...
@@ -47,9 +47,9 @@ var avaVm = avalon.define({
var
_this
=
this
var
_this
=
this
$
.
post
(
'/realHouse/realCheckPay'
,{
transaction_id
:
_this
.
formData
.
transaction_id
},
function
(
re
)
{
$
.
post
(
'/realHouse/realCheckPay'
,{
transaction_id
:
_this
.
formData
.
transaction_id
},
function
(
re
)
{
if
(
re
.
code
==
1
){
if
(
re
.
code
==
1
){
layer
.
msg
(
'
支付成功,房豆已到账
,正在跳转'
);
layer
.
msg
(
'
放心看已开通
,正在跳转'
);
setTimeout
(
function
()
{
setTimeout
(
function
()
{
window
.
location
.
href
=
'
http://nj.zsb.house365.com/payment
'
;
window
.
location
.
href
=
'
/realHouse/marginAccount/
'
;
},
1000
);
},
1000
);
}
}
},
'json'
)
},
'json'
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
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 comment