电速宝
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

index.wxml 2.5KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. <view class="setup">
  2. <view style="width: 100%;height:60rpx"></view>
  3. <view class="user">
  4. <image bind:tap="onuser" class="user_to" src="{{user.partnerAvite||'https://thirdwx.qlogo.cn/mmopen/vi_32/POgEwh4mIHO4nibH0KlMECNjjGxQUq24ZEaGT4poC6icRiccVGKSyXwibcPq4BWmiaIGuG1icwxaQX6grC9VemZoJ8rg/132'}}" mode=""/>
  5. <view class="user_name">
  6. <view class="user_name1">{{user.partnerName||'微信用户'}}
  7. <view class="user_role" wx:if="{{user.partnerPosition==4}}">董事长</view>
  8. <view class="user_role" wx:if="{{user.partnerPosition==3}}">站长</view>
  9. <view class="user_role" wx:if="{{user.partnerPosition==2}}">值长</view>
  10. <view class="user_role" wx:if="{{user.partnerPosition==1}}">值班员</view>
  11. </view>
  12. <view class="user_name2">{{user.partnerPhone}}</view>
  13. </view>
  14. </view>
  15. <view style="width: 100%;height:40rpx"></view>
  16. <!-- -->
  17. <view class="allocation_box">
  18. <view class="allocation" data-name="userlist" bind:tap="toconfigure">
  19. <view class="allocation_3">用户</view>
  20. <view class="allocation_1">
  21. <view class="allocation_2"></view>
  22. <t-icon name="chevron-right-s" size="40rpx" data-name="chevron-right-s"/>
  23. </view>
  24. </view>
  25. <view class="allocation" data-name="driver" bind:tap="toconfigure">
  26. <view class="allocation_3">司机</view>
  27. <view class="allocation_1">
  28. <view class="allocation_2"></view>
  29. <t-icon name="chevron-right-s" size="40rpx" data-name="chevron-right-s"/>
  30. </view>
  31. </view>
  32. <view class="allocation" data-name="address" bind:tap="toconfigure">
  33. <view class="allocation_3">地址</view>
  34. <view class="allocation_1">
  35. <view class="allocation_2"></view>
  36. <t-icon name="chevron-right-s" size="40rpx" data-name="chevron-right-s"/>
  37. </view>
  38. </view>
  39. </view>
  40. <view class="allocation_box">
  41. <view class="allocation">
  42. <view class="allocation_3">小程序版本</view>
  43. <view class="allocation_1">
  44. <view class="allocation_2" wx:if="{{accountInfo!=''}}">V {{accountInfo}}</view>
  45. <view class="allocation_2" wx:else>V 1.0.0</view>
  46. <!--
  47. <t-icon name="chevron-right-s" size="40rpx" data-name="chevron-right-s"/>
  48. -->
  49. </view>
  50. </view>
  51. <view class="allocation">
  52. <view class="allocation_31">
  53. <button class="contact-button" open-type="contact" plain >
  54. <view>联系客服</view>
  55. </button>
  56. </view>
  57. <view class="allocation_1">
  58. <view class="allocation_2"></view>
  59. <t-icon name="chevron-right-s" size="40rpx" data-name="chevron-right-s"/>
  60. </view>
  61. </view>
  62. <view class="allocation" bind:tap="onsetup">
  63. <view class="allocation_3">设置</view>
  64. <view class="allocation_1">
  65. <view class="allocation_2"></view>
  66. <t-icon name="chevron-right-s" size="40rpx" data-name="chevron-right-s"/>
  67. </view>
  68. </view>
  69. </view>
  70. </view>
  71. <!---->