Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
梁建民
/
h5
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
11c3af23
authored
Nov 15, 2019
by
梁建民
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
bug
parent
3ee3004b
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
5 additions
and
9 deletions
src/router.js
src/store/modules/special/index.js
src/views/risk/Index.vue
src/views/risk/Success.vue
view/14.js
view/20.js
view/app.js
src/router.js
View file @
11c3af23
...
...
@@ -363,14 +363,14 @@ const routes = [{
}
},
{
path
:
'/
risk
'
,
path
:
'/
creditest
'
,
component
:
Risk
,
meta
:
{
title
:
'IC信用贷'
,
}
},
{
path
:
'/
risk
success'
,
path
:
'/
creditest
success'
,
component
:
RiskSuccess
,
meta
:
{
title
:
'IC信用贷'
,
...
...
src/store/modules/special/index.js
View file @
11c3af23
...
...
@@ -51,7 +51,7 @@ const actions = {
setTimeout
(
function
()
{
toast
.
clear
();
if
(
payload
.
from
==
'risk'
)
{
window
.
location
.
href
=
"/h5/view/#/
risksuccess?account="
+
payload
.
account
;
window
.
location
.
href
=
"/h5/view/#/
creditestsuccess"
;
}
else
{
window
.
location
.
href
=
"/"
;
}
...
...
src/views/risk/Index.vue
View file @
11c3af23
...
...
@@ -66,8 +66,8 @@
this
.
imgSrc
=
productionUrlPc
+
'public/verify'
;
},
watch
:
{
countDown
(
val
)
{
if
(
val
)
{
formImgShow
(
val
)
{
if
(
!
val
)
{
this
.
timeNum
();
}
}
...
...
@@ -200,14 +200,12 @@
return
false
;
}
this
.
$store
.
dispatch
({
type
:
'smsVerifys'
,
mobile
:
this
.
account
,
verify
:
this
.
verify
})
}
}
}
...
...
src/views/risk/Success.vue
View file @
11c3af23
...
...
@@ -45,8 +45,6 @@
created
()
{
var
num
=
Math
.
floor
(
Math
.
random
()
*
4
);
this
.
account
=
this
.
$route
.
query
.
account
;
this
.
getData
(
num
);
},
methods
:
{
...
...
view/14.js
View file @
11c3af23
This diff is collapsed.
Click to expand it.
view/20.js
View file @
11c3af23
This diff is collapsed.
Click to expand it.
view/app.js
View file @
11c3af23
This diff is collapsed.
Click to expand it.
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