Commit 8f6703b5 by xuzhenghua

bug

parent a55d7a05
...@@ -192,7 +192,7 @@ class Bargain extends Component { ...@@ -192,7 +192,7 @@ class Bargain extends Component {
<BargainIntro limitPeople={barInfo.limit_people} iWantBargain={this.iWantBargain}/> <BargainIntro limitPeople={barInfo.limit_people} iWantBargain={this.iWantBargain}/>
} }
{ {
(barInfo.bargain_status === 0 || barInfo.bargain_status === 1) && (barInfo.bargain_status === 0 || barInfo.bargain_status === 1) && uid &&
<BargainStatus <BargainStatus
info={barInfo} info={barInfo}
outList={outList} outList={outList}
......
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 to comment