Browse Source

静态页面

1002884655 4 years ago
parent
commit
0955b1eec9
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/pages/WuYe/BaoXiuDetail/index.jsx

+ 1
- 1
src/pages/WuYe/BaoXiuDetail/index.jsx View File

133
           {/* 更多操作 */}
133
           {/* 更多操作 */}
134
           <view className='BottomBtn active'>
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
               <text onClick={() => { setShowPingJiaPopup(true) }}>评价</text>
137
               <text onClick={() => { setShowPingJiaPopup(true) }}>评价</text>
138
             }
138
             }
139
           </view>
139
           </view>