Commit 11c3af23 by 梁建民

bug

parent 3ee3004b
......@@ -363,14 +363,14 @@ const routes = [{
}
},
{
path: '/risk',
path: '/creditest',
component: Risk,
meta: {
title: 'IC信用贷',
}
},
{
path: '/risksuccess',
path: '/creditestsuccess',
component: RiskSuccess,
meta: {
title: 'IC信用贷',
......
......@@ -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 = "/";
}
......
......@@ -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
})
}
}
}
......
......@@ -45,8 +45,6 @@
created() {
var num = Math.floor(Math.random() * 4);
this.account = this.$route.query.account;
this.getData(num);
},
methods: {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment