Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
X
xiaomai-cloud-class-web
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
xiaomai-cloud-class
xiaomai-cloud-class-web
Commits
c9779f85
Commit
c9779f85
authored
Mar 11, 2021
by
zhangleyuan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat:将photoClip改成链接引用的方式
parent
ddde253b
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
src/modules/store-manage/StoreInfo.jsx
+8
-8
No files found.
src/modules/store-manage/StoreInfo.jsx
View file @
c9779f85
...
@@ -15,18 +15,18 @@ class StoreInfo extends React.Component {
...
@@ -15,18 +15,18 @@ class StoreInfo extends React.Component {
constructor
(
props
)
{
constructor
(
props
)
{
super
(
props
);
super
(
props
);
this
.
state
=
{
this
.
state
=
{
storeName
:
''
,
storeName
:
null
,
storeFullName
:
''
,
storeFullName
:
null
,
subjectType
:
''
,
subjectType
:
null
,
corpIndustry
:
''
,
corpIndustry
:
null
,
corpSubIndustry
:
''
,
corpSubIndustry
:
null
,
logo
:
''
,
logo
:
''
,
showSelectFileModal
:
false
,
showSelectFileModal
:
false
,
cutImageBlob
:
null
,
cutImageBlob
:
null
,
}
}
}
}
componentWillMount
(){
componentWillMount
(){
this
.
getStoreDetail
()
//
this.getStoreDetail()
}
}
getStoreDetail
=
()
=>
{
getStoreDetail
=
()
=>
{
const
params
=
{
const
params
=
{
...
@@ -196,8 +196,8 @@ class StoreInfo extends React.Component {
...
@@ -196,8 +196,8 @@ class StoreInfo extends React.Component {
message
.
warning
(
'请选择店铺类型'
);
message
.
warning
(
'请选择店铺类型'
);
return
;
return
;
}
}
if
(
!
subjectType
){
if
(
!
corpIndustry
){
message
.
warning
(
'店铺所属行业'
);
message
.
warning
(
'
请选择
店铺所属行业'
);
return
;
return
;
}
}
const
params
=
{
const
params
=
{
...
...
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