Commit 8a0e1b6b by 梁建民

types

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