运维小程序
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

index.wxml 2.4KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. <view class="setup">
  2. <view class="navigation-container" style="{{'height: ' + navStatusBarHeight +'px'}}">
  3. <!-- 空白来占位状态栏 -->
  4. <view style="{{'height: ' + statusBarHeight +'px'}}"></view>
  5. <!-- 自定义导航栏 -->
  6. <view class="navigation-bar" style="{{'height:' + navBarHeight +'px'}}">
  7. <!-- <view class="title">个人中心</view> -->
  8. </view>
  9. </view>
  10. <view style="width: 100%;height:60rpx"></view>
  11. <view class="user">
  12. <image bind:tap="onuser" class="user_to" src="{{user.partnerAvite||'https://thirdwx.qlogo.cn/mmopen/vi_32/POgEwh4mIHO4nibH0KlMECNjjGxQUq24ZEaGT4poC6icRiccVGKSyXwibcPq4BWmiaIGuG1icwxaQX6grC9VemZoJ8rg/132'}}" mode=""/>
  13. <view class="user_name">
  14. <view class="user_name1">{{user.partnerName||'微信用户'}}
  15. <view class="user_role" wx:if="{{user.partnerPosition==4}}">黄总</view>
  16. <view class="user_role" wx:if="{{user.partnerPosition==3}}">站长</view>
  17. <view class="user_role" wx:if="{{user.partnerPosition==2}}">值长</view>
  18. <view class="user_role" wx:if="{{user.partnerPosition==1}}">值班员</view>
  19. </view>
  20. <view class="user_name2">{{user.partnerPhone}}</view>
  21. </view>
  22. </view>
  23. <view style="width: 100%;height:40rpx"></view>
  24. <!---->
  25. <!-- <view class="allocation_box">
  26. <view class="allocation" data-name="project" bind:tap="toconfigure">
  27. <view class="allocation_3">排班</view>
  28. <view class="allocation_1">
  29. <view class="allocation_2"></view>
  30. <t-icon name="chevron-right-s" size="40rpx" data-name="chevron-right-s"/>
  31. </view>
  32. </view>
  33. </view> -->
  34. <view class="allocation_box">
  35. <view class="allocation">
  36. <view class="allocation_3">小程序版本</view>
  37. <view class="allocation_1">
  38. <view class="allocation_2" wx:if="{{accountInfo!=''}}">V {{accountInfo}}</view>
  39. <view class="allocation_2" wx:else>V 1.0.0</view>
  40. <!--
  41. <t-icon name="chevron-right-s" size="40rpx" data-name="chevron-right-s"/>
  42. -->
  43. </view>
  44. </view>
  45. <view class="allocation">
  46. <view class="allocation_31">
  47. <button class="contact-button" open-type="contact" plain >
  48. <view>联系客服</view>
  49. </button>
  50. </view>
  51. <view class="allocation_1">
  52. <view class="allocation_2"></view>
  53. <t-icon name="chevron-right-s" size="40rpx" data-name="chevron-right-s"/>
  54. </view>
  55. </view>
  56. <view class="allocation" bind:tap="onsetup">
  57. <view class="allocation_3">设置</view>
  58. <view class="allocation_1">
  59. <view class="allocation_2"></view>
  60. <t-icon name="chevron-right-s" size="40rpx" data-name="chevron-right-s"/>
  61. </view>
  62. </view>
  63. </view>
  64. </view>
  65. <!---->