|
|
|
|
@ -355,20 +355,23 @@
|
|
|
|
|
<!-- <navigator wx:if="{{userInfo.agencyStatus == 1 && configInfo.team}}" class url="/pages/myMember/index" hover-class="none" hover-stop-propagation="false"></navigator> -->
|
|
|
|
|
<view class="br_8" catchtap="showToggle" hover-class="none" style="background-color:#fff" hover-stop-propagation="false" wx:if="{{isLogin && userInfo.agencyStatus == 1 && configInfo.team}}">
|
|
|
|
|
<view class="setting mt_10" hover-class="thover">
|
|
|
|
|
<view>
|
|
|
|
|
<view style="flex: none;">
|
|
|
|
|
<view class="t-icon t-icon-qiehuantuandui mr6" style="width:24px;height:24px" hover-class="none" hover-stop-propagation="false"></view>
|
|
|
|
|
<view class hover-class="none" style="line-height:16px" hover-stop-propagation="false">
|
|
|
|
|
<view class="f16 display-flex c3" style="line-height:16px" hover-class="none" hover-stop-propagation="false">{{userInfo.agencyName || '-'}}</view>
|
|
|
|
|
<view class="f16 display-flex c3" style="line-height:16px" hover-class="none" hover-stop-propagation="false">当前团队</view>
|
|
|
|
|
</view>
|
|
|
|
|
<!-- <view class="c3 f16" hover-class="none" hover-stop-propagation="false">切换团队</view> -->
|
|
|
|
|
<!-- <view class="fss f11 ml4" style="padding:2px 6px;background-color:#FFF3F3;color:#1890ff;border-radius:10px" hover-class="none" hover-stop-propagation="false" catchtap="showToggle">
|
|
|
|
|
切换
|
|
|
|
|
<view class="iconfont icon-qiehuantuandui ml4" style="font-size:8px"></view>
|
|
|
|
|
</view>-->
|
|
|
|
|
</view>
|
|
|
|
|
<view >
|
|
|
|
|
<view>当前团队</view>
|
|
|
|
|
<view class="iconfont icon-gengduo11 f16 c9 ml4 mt2"></view>
|
|
|
|
|
<view style="flex: 1;" class="g_flex_column_center">
|
|
|
|
|
<view class="g_flex_row_end" style="width: 100%;position: relative;top: 3px;">
|
|
|
|
|
<view class="g_flex_column_center g_flex_1">
|
|
|
|
|
<view class="g_flex_1 g_ell_1" style="text-align: right;">
|
|
|
|
|
{{userInfo.agencyName || '-'}}
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
|
<view class="g_flex_column_center g_flex_none">
|
|
|
|
|
<view class="iconfont icon-gengduo11 f16 c9 ml4 mt2"></view>
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
|
|