Authored by ZhangTonghai

去除测试代码

reviewed by days
... ... @@ -193,7 +193,7 @@ class ListContainer extends Component {
<View style={styles.container}>
<OrderPage
resource={list}
showAntiFraud={true}
showAntiFraud={app.showAntiFraud}
onRefresh={this._onRefresh}
onLoadMore={this._onLoadMore}
orderAction={this._orderAction}
... ...