lanjianrong 5 년 전
부모
커밋
1e573ec1cf
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/pages/Customer/Contact/components/ContactDetail/index.jsx

+ 1 - 1
src/pages/Customer/Contact/components/ContactDetail/index.jsx

@@ -52,7 +52,7 @@ const ContactDetail = props => {
       <div className="sheet-box">
         <Row>
           <Col span={12} className="sheet-box-left">
-            {!orderIds.length ? (
+            {orderIds.length ? (
               <div className="mb-3">
                 <Tooltip title="上一条记录">
                   <IconPark