Commit 8a0e1b6b by 梁建民

types

parent adab98d2
...@@ -72,7 +72,7 @@ const actions = { ...@@ -72,7 +72,7 @@ const actions = {
*/ */
if (payload.types == 1) { if (payload.types == 1) {
var params = { var params = {
type: 1, type: payload.typess,
mobile: payload.mobile, mobile: payload.mobile,
linkName: payload.linkName, linkName: payload.linkName,
verifyCode: payload.verifyCode, verifyCode: payload.verifyCode,
...@@ -102,6 +102,9 @@ const actions = { ...@@ -102,6 +102,9 @@ const actions = {
message: '已为您自动创建的猎芯网登录账号为' + payload.mobile + '请使用免密码登录', message: '已为您自动创建的猎芯网登录账号为' + payload.mobile + '请使用免密码登录',
duration: 3000 duration: 3000
}); });
setTimeout(function () {
window.location.reload();
}, 3000);
} else { } else {
Toast({ Toast({
message: '您已经提交成功,我们将会在2个工作日内联系您', message: '您已经提交成功,我们将会在2个工作日内联系您',
...@@ -109,7 +112,7 @@ const actions = { ...@@ -109,7 +112,7 @@ const actions = {
}); });
setTimeout(function () { setTimeout(function () {
window.location.reload(); window.location.reload();
}, 5000); }, 3000);
} }
}).catch(function (err) { }).catch(function (err) {
......
...@@ -397,6 +397,7 @@ ...@@ -397,6 +397,7 @@
this.$store.dispatch({ this.$store.dispatch({
type: 'chainFind', type: 'chainFind',
types: 1, types: 1,
typess:parseInt(this.supplierActive) + 1,
mobile: this.form.mobile, mobile: this.form.mobile,
linkName: this.form.linkName, linkName: this.form.linkName,
verifyCode: this.form.verifyCode, verifyCode: this.form.verifyCode,
......
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