소스 검색

静态页面

1002884655 4 년 전
부모
커밋
0955b1eec9
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      src/pages/WuYe/BaoXiuDetail/index.jsx

+ 1
- 1
src/pages/WuYe/BaoXiuDetail/index.jsx 파일 보기

@@ -133,7 +133,7 @@ export default function BaoXiuDetail () {
133 133
           {/* 更多操作 */}
134 134
           <view className='BottomBtn active'>
135 135
             {
136
-              DetailInfo !== null && DetailInfo.status - 0 === 4 &&
136
+              DetailInfo !== null && DetailInfo.status - 0 === 4 && user && user.personType !== PERSON_TYPE.LIFE_CONSULTANT &&
137 137
               <text onClick={() => { setShowPingJiaPopup(true) }}>评价</text>
138 138
             }
139 139
           </view>