|
@@ -841,20 +841,20 @@ export default class Index extends Component {
|
841
|
841
|
return (
|
842
|
842
|
<View className='bt-nav flex-h'>
|
843
|
843
|
<View className="NewLeft">
|
844
|
|
- <Button class='bt-nav__item' style={{ display: posterShow }} onClick={() => { this.togglePosterStatus(true) }}>
|
|
844
|
+ <View class='bt-nav__item' style={{ display: posterShow }} onClick={() => { this.togglePosterStatus(true) }}>
|
845
|
845
|
<Image src={require('@/assets/img/icon11.png')} className='poster-img'></Image>
|
846
|
846
|
<Text className="text">海报</Text>
|
847
|
|
- </Button>
|
848
|
|
- <Button class='bt-nav__item' open-type="share" style={{marginLeft: posterShow !== 'none' ? `0` : `15px`}}>
|
|
847
|
+ </View>
|
|
848
|
+ <View class='bt-nav__item' open-type="share" style={{marginLeft: posterShow !== 'none' ? `0` : `15px`}}>
|
849
|
849
|
<Image src={require('@/assets/img/icon10.png')} className='fenxiang-img'></Image>
|
850
|
850
|
<Text className="text">分享</Text>
|
851
|
|
- </Button>
|
|
851
|
+ </View>
|
852
|
852
|
{
|
853
|
853
|
personType !== ROLE_CODE['CONSULTANT'] && (
|
854
|
|
- <Button className='bt-nav__item' onClick={this.toRecomonedPage}>
|
|
854
|
+ <View className='bt-nav__item' onClick={this.toRecomonedPage}>
|
855
|
855
|
<Image src={require('@/assets/img/icon12.png')} className='kehutuijian-img'></Image>
|
856
|
856
|
<Text className="text">推荐客户</Text>
|
857
|
|
- </Button>
|
|
857
|
+ </View>
|
858
|
858
|
)
|
859
|
859
|
}
|
860
|
860
|
</View>
|