电速宝
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

index.wxml 2.4KB

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