123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172 |
- <view bindtap="setap" class="relative topimg clearfix">
- <image class="headimg pull-left" src="{{!personobj.headimgurl?'../../img/default.png':personobj.headimgurl}}"></image>
- <view class="persoName fontfpm pull-left">
- <view class="persoNamebox fontr36 lhr40 color384855" >{{!!personobj.binded.name?personobj.binded.name:personobj.nickname}}</view>
- <view class="companyName fontr24 color666 opacity50 lhr24" >{{personobj.binded.org_name}}</view>
- </view>
- </view>
- <view class="mymainnumbox clearfix">
- <view bindtap="mycompanytap" class="block pull-left width25 everynumbox">
- <image class="mineteam" src="{{imgUrl}}xcx/mineteam.png"></image>
- <view class="center fontr26 color333 fontfpr lhr26">我的团队</view>
- </view>
- <view bindtap="talktap" class="block pull-left width25 everynumbox">
- <image class="minecustomer" src="{{imgUrl}}xcx/talkicon.png"></image>
- <view class="center fontr26 color333 fontfpr lhr26">我的创作</view>
- </view>
-
- <view bindtap="mycollectap" class="block pull-left width25 everynumbox">
- <image class="minecollect" src="{{imgUrl}}xcx/minecollect.png"></image>
- <view class="center fontr26 color333 fontfpr lhr26">我的收藏</view>
- </view>
- <view bindtap="informTap" class="block pull-left width25 everynumbox relative">
- <image class="mineshare" src="{{imgUrl}}xcx/mineshare.png"></image>
- <text wx:if="{{unreadNum!=0}}">{{unreadNum}}</text>
- <view class="center fontr26 color333 fontfpr lhr26">我的消息</view>
- </view>
- </view>
- <view class="footbtn">
- <view bindtap="changeTap" class="everyfootbox clearfix">
- <image class="lefticon4 " src="../../img/changeicon.png"></image>
- <view class="color334857 fontr28 fontfpm">切换公司</view>
- <image class=" arrowright" src="{{imgUrl}}/xcx/newxcx/arrowright.png"></image>
- </view>
- <view wx:if="{{personobj.binded.org_type==2}}" bindtap="designerap" class="everyfootbox clearfix">
- <image class="lefticon4 " src="../../img/testicon.png"></image>
- <view class="color334857 fontr28 fontfpm">设计师设置</view>
- <image class=" arrowright" src="{{imgUrl}}/xcx/newxcx/arrowright.png"></image>
- </view>
- <view bindtap="servicetap" class="everyfootbox clearfix">
- <image class="lefticon4 " src="../../img/mineservice.png"></image>
- <view class=" color334857 fontr28 fontfpm">数字化贡献</view>
- <image class=" arrowright" src="{{imgUrl}}/xcx/newxcx/arrowright.png"></image>
- </view>
- <!-- <view bindtap="sreenumtap" class="everyfootbox clearfix">
- <image class="lefticon4 " src="../../img/dataicon.png"></image>
- <view class="color334857 fontr28 fontfpm">大屏设置</view>
- <image class=" arrowright" src="{{imgUrl}}/xcx/newxcx/arrowright.png"></image>
- </view> -->
- <view bindtap="setap" class="everyfootbox clearfix">
- <image class="lefticon4 " src="../../img/mineset.png"></image>
- <view class="color334857 fontr28 fontfpm">设置</view>
- <image class="arrowright" src="{{imgUrl}}/xcx/newxcx/arrowright.png"></image>
- </view>
- <!-- <view bindtap="servicetap" class="everyfootbox clearfix">
- <image class="lefticon4 " src="../../img/mineservice.png"></image>
- <view class=" color334857 fontr28 fontfpm">服务说明</view>
- <image class=" arrowright" src="{{imgUrl}}/xcx/newxcx/arrowright.png"></image>
- </view>
- <view bindtap="aboutap" class="everyfootbox clearfix">
- <image class="lefticon4" src="../../img/mineabout.png"></image>
- <view class=" color334857 fontr28 fontfpm">关于我们</view>
- <image class=" arrowright" src="{{imgUrl}}/xcx/newxcx/arrowright.png"></image>
- </view> -->
- </view>
- <view wx:if="{{unfutureflag}}" bindtap="closetap" class="unfuturelayer">
- <view class="unfuturebox">
- <image src="{{imgUrl}}xcx/aaa/111.png?x-oss-process=image/resize,w_200"></image>
- </view>
- </view>
|