|
@@ -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>
|