mine.wxml 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. <view bindtap="setap" class="relative topimg clearfix">
  2. <image class="headimg pull-left" src="{{!personobj.headimgurl?'../../img/default.png':personobj.headimgurl}}"></image>
  3. <view class="persoName fontfpm pull-left">
  4. <view class="persoNamebox fontr36 lhr40 color384855" >{{!!personobj.binded.name?personobj.binded.name:personobj.nickname}}</view>
  5. <view class="companyName fontr24 color666 opacity50 lhr24" >{{personobj.binded.org_name}}</view>
  6. </view>
  7. </view>
  8. <view class="mymainnumbox clearfix">
  9. <view bindtap="mycompanytap" class="block pull-left width25 everynumbox">
  10. <image class="mineteam" src="{{imgUrl}}xcx/mineteam.png"></image>
  11. <view class="center fontr26 color333 fontfpr lhr26">我的团队</view>
  12. </view>
  13. <view bindtap="talktap" class="block pull-left width25 everynumbox">
  14. <image class="minecustomer" src="{{imgUrl}}xcx/talkicon.png"></image>
  15. <view class="center fontr26 color333 fontfpr lhr26">我的创作</view>
  16. </view>
  17. <view bindtap="mycollectap" class="block pull-left width25 everynumbox">
  18. <image class="minecollect" src="{{imgUrl}}xcx/minecollect.png"></image>
  19. <view class="center fontr26 color333 fontfpr lhr26">我的收藏</view>
  20. </view>
  21. <view bindtap="informTap" class="block pull-left width25 everynumbox relative">
  22. <image class="mineshare" src="{{imgUrl}}xcx/mineshare.png"></image>
  23. <text wx:if="{{unreadNum!=0}}">{{unreadNum}}</text>
  24. <view class="center fontr26 color333 fontfpr lhr26">我的消息</view>
  25. </view>
  26. </view>
  27. <view class="footbtn">
  28. <view bindtap="changeTap" class="everyfootbox clearfix">
  29. <image class="lefticon4 " src="../../img/changeicon.png"></image>
  30. <view class="color334857 fontr28 fontfpm">切换公司</view>
  31. <image class=" arrowright" src="{{imgUrl}}/xcx/newxcx/arrowright.png"></image>
  32. </view>
  33. <view wx:if="{{personobj.binded.org_type==2}}" bindtap="designerap" class="everyfootbox clearfix">
  34. <image class="lefticon4 " src="../../img/testicon.png"></image>
  35. <view class="color334857 fontr28 fontfpm">设计师设置</view>
  36. <image class=" arrowright" src="{{imgUrl}}/xcx/newxcx/arrowright.png"></image>
  37. </view>
  38. <view bindtap="servicetap" class="everyfootbox clearfix">
  39. <image class="lefticon4 " src="../../img/mineservice.png"></image>
  40. <view class=" color334857 fontr28 fontfpm">数字化贡献</view>
  41. <image class=" arrowright" src="{{imgUrl}}/xcx/newxcx/arrowright.png"></image>
  42. </view>
  43. <!-- <view bindtap="sreenumtap" class="everyfootbox clearfix">
  44. <image class="lefticon4 " src="../../img/dataicon.png"></image>
  45. <view class="color334857 fontr28 fontfpm">大屏设置</view>
  46. <image class=" arrowright" src="{{imgUrl}}/xcx/newxcx/arrowright.png"></image>
  47. </view> -->
  48. <view bindtap="setap" class="everyfootbox clearfix">
  49. <image class="lefticon4 " src="../../img/mineset.png"></image>
  50. <view class="color334857 fontr28 fontfpm">设置</view>
  51. <image class="arrowright" src="{{imgUrl}}/xcx/newxcx/arrowright.png"></image>
  52. </view>
  53. <!-- <view bindtap="servicetap" class="everyfootbox clearfix">
  54. <image class="lefticon4 " src="../../img/mineservice.png"></image>
  55. <view class=" color334857 fontr28 fontfpm">服务说明</view>
  56. <image class=" arrowright" src="{{imgUrl}}/xcx/newxcx/arrowright.png"></image>
  57. </view>
  58. <view bindtap="aboutap" class="everyfootbox clearfix">
  59. <image class="lefticon4" src="../../img/mineabout.png"></image>
  60. <view class=" color334857 fontr28 fontfpm">关于我们</view>
  61. <image class=" arrowright" src="{{imgUrl}}/xcx/newxcx/arrowright.png"></image>
  62. </view> -->
  63. </view>
  64. <view wx:if="{{unfutureflag}}" bindtap="closetap" class="unfuturelayer">
  65. <view class="unfuturebox">
  66. <image src="{{imgUrl}}xcx/aaa/111.png?x-oss-process=image/resize,w_200"></image>
  67. </view>
  68. </view>