@@ -170,7 +170,7 @@ const LockTabList = props => {
接收
</Button>
) : null}
- {stockStatus === 2 && sellStatus === 0 ? (
+ {stockStatus !== 0 && sellStatus === 0 ? (
<Button
type="primary"
ghost