Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
zhangzhonghua
/
BoneHouse_Business_APP
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
a311bae1
authored
Apr 22, 2022
by
lhc
1
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
fix: bug
parent
79de63e3
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
2 deletions
app/containers/selfOrder/module/SearchPage.js
app/containers/selfOrder/module/SearchPage.js
View file @
a311bae1
...
@@ -21,6 +21,7 @@ import { connect } from 'react-redux'
...
@@ -21,6 +21,7 @@ import { connect } from 'react-redux'
// import ChooseCardList from '../../common/listDataComponent/ChooseCardList';
// import ChooseCardList from '../../common/listDataComponent/ChooseCardList';
import
LoadingModel
from
'../../common/listDataComponent/LoadingModel'
import
LoadingModel
from
'../../common/listDataComponent/LoadingModel'
import
{
Width
}
from
'../../../base/BaseStyle'
import
{
Width
}
from
'../../../base/BaseStyle'
import
{
show
}
from
'../../../utils/Utils'
class
SearchPage
extends
Component
{
class
SearchPage
extends
Component
{
constructor
(
props
)
{
constructor
(
props
)
{
super
(
props
)
super
(
props
)
...
@@ -309,9 +310,14 @@ class SearchPage extends Component {
...
@@ -309,9 +310,14 @@ class SearchPage extends Component {
}),
}),
}
}
// this.props.navigation.goBack()
// this.props.navigation.goBack()
this
.
setState
({
this
.
setState
(
{
topProcOptionList
,
topProcOptionList
,
})
},
()
=>
{
show
(
'添加成功'
)
},
)
return
Promise
.
resolve
(
topProcOptionList
)
return
Promise
.
resolve
(
topProcOptionList
)
}
}
...
@@ -359,6 +365,7 @@ class SearchPage extends Component {
...
@@ -359,6 +365,7 @@ class SearchPage extends Component {
listImgIcon
=
{
'photos'
}
listImgIcon
=
{
'photos'
}
plusCallBack
=
{
item
=>
{
plusCallBack
=
{
item
=>
{
console
.
log
(
'plusCallBack'
)
console
.
log
(
'plusCallBack'
)
setTopProcOptionListCallBack
(
this
.
formatToTopProcOptionList
(
item
))
setTopProcOptionListCallBack
(
this
.
formatToTopProcOptionList
(
item
))
}}
}}
// reduceCallBack={() => this.props.handleAllPlusReduce(item, index)}
// reduceCallBack={() => this.props.handleAllPlusReduce(item, index)}
...
...
lhc
@lhc
mentioned in commit
d1514eb6
May 26, 2022
mentioned in commit
d1514eb6
mentioned in commit d1514eb6c1d730ba67487b0c049f849a10c9fef5
Toggle commit list
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