Commit 8f6703b5 by xuzhenghua

bug

parent a55d7a05
......@@ -192,7 +192,7 @@ class Bargain extends Component {
<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
info={barInfo}
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