合伙人运营小程序
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.

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139
  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">{{user.companyName}}</view>
  8. </view>
  9. <view class="user_name2">{{user.partnerPhone}}</view>
  10. </view>
  11. </view>
  12. <view style="width: 100%;height:40rpx"></view>
  13. <view class="allocation_box">
  14. <view class="allocation">
  15. <view class="allocation_3_password">我的账户<image class="login_imgae" src="https://esos-iot.bjdexn.cn/wx_images/password_1.png" wx:if="{{passwordtype}}" bind:tap="onpassword" mode=""/>
  16. <image class="login_imgae" src="https://esos-iot.bjdexn.cn/wx_images/password_2.png" wx:else bind:tap="onpassword" mode=""/></view>
  17. <view class="allocation_1" data-name="balance" bind:tap="toconfigure">
  18. <view class="allocation_2"></view>
  19. <t-icon name="chevron-right-s" size="40rpx" data-name="chevron-right-s"/>
  20. </view>
  21. </view>
  22. <view class="allocation" data-name="balance" bind:tap="toconfigure">
  23. <view>
  24. <text style="font-size: 26px;" wx:if="{{passwordtype}}">∗∗∗∗</text>
  25. <!-- <text style="font-size: 26px;" wx:else>{{accountdata.balance}}</text> -->
  26. <text style="font-size: 26px;" wx:else>{{1666}}</text>
  27. <text wx:if="{{!passwordtype}}">¥</text>
  28. </view>
  29. </view>
  30. <view class="allocation_money">
  31. <view class="allocation_3_money">当日</view>
  32. <view class="allocation_3_money">当月</view>
  33. <view class="allocation_3_money" style="color: #222;">当年</view>
  34. </view>
  35. <view class="allocation_money" style="margin-bottom: 10rpx;">
  36. <view class="allocation_3_money">
  37. <text wx:if="{{passwordtype}}">∗∗∗∗</text>
  38. <text wx:else>{{accountdata.zhouspent||0}}¥</text>
  39. </view>
  40. <view class="allocation_3_money">
  41. <text wx:if="{{passwordtype}}">∗∗∗∗</text>
  42. <text wx:else>{{accountdata.weeklyconsumption||0}}¥</text>
  43. </view>
  44. <view class="allocation_1">
  45. <view class="allocation_3_money" style="color: #222;">
  46. <text wx:if="{{passwordtype}}">∗∗∗∗</text>
  47. <text wx:else>{{accountdata.annualconsumption||0}}¥</text>
  48. </view>
  49. </view>
  50. </view>
  51. </view>
  52. <view class="project">
  53. <!-- <view></view> -->
  54. <view class="project_box" wx:for="{{projectList}}" wx:if="{{index<1}}" wx:key="index" bind:tap="onCardClick">
  55. <t-steps theme="dot" current="{{item.projectType}}" bind:change="onThirdChange">
  56. <t-step-item wx:for="{{statedata}}" wx:for-item="items" wx:key="indexs" content="{{items.title}}" />
  57. </t-steps>
  58. <view class="project_top">
  59. <view class="project_title">{{item.projectName}}</view>
  60. </view>
  61. <view class="project_name">项目地址:{{item.electricName}}</view>
  62. <view class="project_name">项目时间:{{item.createTime}}</view>
  63. </view>
  64. </view>
  65. <view class="kingKongzone">
  66. <!-- <picker bindchange="bindPickerChange" value="{{workorderindex}}" range="{{workorder}}"> -->
  67. <view class="kingKongzone_box" bind:tap="onproject">
  68. <!-- <image class="kingKongzone_icon" src="https://esos-iot.com/myminio/project/8e4928b54c7c454dbc69062e4ffa7d6b.png" mode="widthFix"/> -->
  69. <t-icon class="kingKongzone_icon" name="folder-add" size="50rpx" data-name="folder-add" color="#007545"/>
  70. <view class="kingKongzone_name">申报</view>
  71. </view>
  72. <!-- </picker> -->
  73. <view class="kingKongzone_box" bind:tap="onprojectlist">
  74. <!-- <image class="kingKongzone_icon" src="https://esos-iot.com/myminio/project/8e4928b54c7c454dbc69062e4ffa7d6b.png" mode="widthFix"/> -->
  75. <t-icon class="kingKongzone_icon" name="screencast" size="50rpx" data-name="screencast" color="#007545"/>
  76. <view class="kingKongzone_name">项目</view>
  77. </view>
  78. <view class="kingKongzone_box">
  79. <!-- <image class="kingKongzone_icon" src="https://esos-iot.com/myminio/project/8e4928b54c7c454dbc69062e4ffa7d6b.png" mode="heightFix"/> -->
  80. <t-icon class="kingKongzone_icon" name="service" size="50rpx" data-name="service" color="#007545"/>
  81. <view class="kingKongzone_name">
  82. <button class="contact-button" open-type="contact" plain >
  83. <view style="color: #007545;">联系客服</view>
  84. </button>
  85. </view>
  86. </view>
  87. <view class="kingKongzone_box" bind:tap="onsetup">
  88. <!-- <image class="kingKongzone_icon" src="https://esos-iot.com/myminio/project/8e4928b54c7c454dbc69062e4ffa7d6b.png" mode="widthFix"/> -->
  89. <t-icon class="kingKongzone_icon" name="setting-1" size="50rpx" data-name="setting-1" color="#007545"/>
  90. <view class="kingKongzone_name">设置</view>
  91. </view>
  92. </view>
  93. <!-- <view class="allocation_box"> -->
  94. <!-- <view class="allocation">
  95. <view class="allocation_3">小程序版本</view>
  96. <view class="allocation_1">
  97. <view class="allocation_2" wx:if="{{accountInfo!=''}}">V {{accountInfo}}</view>
  98. <view class="allocation_2" wx:else>V 1.0.0</view>
  99. </view>
  100. </view> -->
  101. <!-- <view class="allocation">
  102. <view class="allocation_31">
  103. <button class="contact-button" open-type="contact" plain >
  104. <view>联系客服</view>
  105. </button>
  106. </view>
  107. <view class="allocation_1">
  108. <view class="allocation_2"></view>
  109. <t-icon name="chevron-right-s" size="40rpx" data-name="chevron-right-s"/>
  110. </view>
  111. </view> -->
  112. <!-- <view class="allocation" bind:tap="onsetup">
  113. <view class="allocation_3">设置</view>
  114. <view class="allocation_1">
  115. <view class="allocation_2"></view>
  116. <t-icon name="chevron-right-s" size="40rpx" data-name="chevron-right-s"/>
  117. </view>
  118. </view> -->
  119. <!-- </view> -->
  120. </view>
  121. <!--
  122. -->