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
8a0e1b6b
authored
Feb 20, 2019
by
梁建民
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
types
parent
adab98d2
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
2 deletions
src/store/modules/smt/index.js
src/views/supplier/Index.vue
view/3.js
view/app.js
src/store/modules/smt/index.js
View file @
8a0e1b6b
...
...
@@ -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
();
},
5
000
);
},
3
000
);
}
}).
catch
(
function
(
err
)
{
...
...
src/views/supplier/Index.vue
View file @
8a0e1b6b
...
...
@@ -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
,
...
...
view/3.js
View file @
8a0e1b6b
This diff is collapsed.
Click to expand it.
view/app.js
View file @
8a0e1b6b
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