Toggle navigation
Toggle navigation
This project
Loading...
Sign in
罗广聪
/
ProtectGod
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
罗广聪
2017-09-29 17:40:16 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
09b3f0fda7b9c70cf5995609ae2f2cbcdf1daec1
09b3f0fd
1 parent
7304fe0f
准备接入contact插件
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
14 deletions
src/pages/Customer/index.js
src/pages/Customer/index.js
View file @
09b3f0f
...
...
@@ -25,19 +25,23 @@ export default class Customer extends Component {
PROFESSION
:
""
,
hasCustomer
:
false
,
customersList
:
[
"张某某"
,
"周某某"
,
"林某某"
,
"李某某"
],
customersList2
:
[{
name
:
"Tina"
,
id
:
""
,
phone
:
""
,
},{
name
:
"aaaa"
,
id
:
""
,
phone
:
""
,
},{
name
:
"dddd"
,
id
:
""
,
phone
:
""
,
}]
customersList2
:
[
{
name
:
"Tina"
,
id
:
""
,
phone
:
""
},
{
name
:
"aaaa"
,
id
:
""
,
phone
:
""
},
{
name
:
"dddd"
,
id
:
""
,
phone
:
""
}
]
};
}
componentWillMount
()
{
...
...
@@ -118,7 +122,9 @@ export default class Customer extends Component {
if
(
this
.
state
.
IS_LOGIN
!=
"yes"
)
{
Alert
.
alert
(
"请先登录账号"
);
}
else
{
{
/* navigate("CustomerEdit"); */
}
{
/* navigate("CustomerEdit"); */
}
}
}}
>
...
...
Please
register
or
login
to post a comment