合伙人运营小程序
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

index.wxml 4.0KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135
  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:30rpx"></view>
  11. <view class="user">
  12. <image bind:tap="onuser" class="user_to" src="https://esos-iot.bjdexn.cn/wx_images/to1.jpg" mode=""/>
  13. <view class="user_name">
  14. <!-- <view class="user_name1">{{user.user.userName}}</view> -->
  15. <!-- <view class="user_name2">电话:{{user.user.phonenumber}}</view> -->
  16. </view>
  17. </view>
  18. <view class="equipment">
  19. <view class="equipment_1" bind:tap="onstation">
  20. <view class="user_left">
  21. <view class="user_leftname">我的设备</view>
  22. <view class="user_lefteq">{{station.stationName}}</view>
  23. </view>
  24. <view class="equipment_rightdiv">
  25. <image class="equipment_right1" src="https://esos-iot.bjdexn.cn/wx_images/104.png" mode=""/>
  26. </view>
  27. </view>
  28. <view class="equipment_2" bind:tap="onpowerstation">
  29. <view class="user_left">
  30. <view class="user_leftname">绑定设备</view>
  31. <view class="user_lefteq">扫码绑定设备</view>
  32. </view>
  33. <view class="equipment_rightdiv1">
  34. <image class="equipment_right" src="https://esos-iot.bjdexn.cn/wx_images/49.png" mode=""/></view>
  35. </view>
  36. </view>
  37. <view class="allocation_box">
  38. <view class="allocation" bind:tap="toconfigure">
  39. <view class="allocation_3">配置Wi-Fi</view>
  40. <view class="allocation_1">
  41. <view class="allocation_2"></view>
  42. <!-- <t-icon name="chevron-right-s" size="40rpx" data-name="chevron-right-s"/> -->
  43. </view>
  44. </view>
  45. <view class="allocation" bind:tap="toconfigure">
  46. <view class="allocation_3">连接设备</view>
  47. <view class="allocation_1">
  48. <view class="allocation_2"></view>
  49. <!-- <t-icon name="chevron-right-s" size="40rpx" data-name="chevron-right-s"/> -->
  50. </view>
  51. </view>
  52. </view>
  53. <view class="allocation_box">
  54. <view class="allocation">
  55. <view class="allocation_3">小程序版本</view>
  56. <view class="allocation_1">
  57. <view class="allocation_2" wx:if="{{accountInfo!=''}}">V {{accountInfo}}</view>
  58. <view class="allocation_2" wx:else>V 1.0.0</view>
  59. <!-- <t-icon name="chevron-right-s" size="40rpx" data-name="chevron-right-s"/> -->
  60. </view>
  61. </view>
  62. <view class="allocation">
  63. <view class="allocation_31">
  64. <button class="contact-button" open-type="contact" plain >
  65. <view>联系客服</view>
  66. </button>
  67. </view>
  68. <view class="allocation_1">
  69. <view class="allocation_2"></view>
  70. <t-icon name="chevron-right-s" size="40rpx" data-name="chevron-right-s"/>
  71. </view>
  72. </view>
  73. <view class="allocation" bind:tap="onsetup">
  74. <view class="allocation_3">设置</view>
  75. <view class="allocation_1">
  76. <view class="allocation_2"></view>
  77. <t-icon name="chevron-right-s" size="40rpx" data-name="chevron-right-s"/>
  78. </view>
  79. </view>
  80. </view>
  81. </view>
  82. <t-dialog
  83. visible="{{showMultiTextAndTitle}}"
  84. title="扫码"
  85. confirm-btn="取消"
  86. bind:confirm="closeDialog"
  87. >
  88. <!-- 适配skyline,增加type="list" -->
  89. <scroll-view slot="content" type="list" scroll-y class="long-content">
  90. <view class="content-container">
  91. <t-button
  92. t-class="wrapper"
  93. theme="primary"
  94. size="large"
  95. variant="outline"
  96. data-key="showMultiBtn"
  97. bind:tap="onscancode"
  98. block
  99. >
  100. <view class="ticon">
  101. <view class="ticonright">扫码添加</view> <t-icon name="scan" size="40rpx" data-name="scan"/>
  102. </view>
  103. </t-button>
  104. <!-- <view class="input-example">
  105. <t-input
  106. placeholder="搜索电站"
  107. borderless="{{true}}"
  108. value="{{inputValue}}"
  109. suffixIcon="{{ { name: 'search', ariaLabel: '搜索' } }}"
  110. bind:tap="click"
  111. bind:change="handleInput"
  112. />
  113. </view>
  114. <view class="inputbox">
  115. 搜索不到该电站
  116. </view> -->
  117. <!-- <t-button
  118. t-class="wrapper"
  119. theme="primary"
  120. size="large"
  121. variant="outline"
  122. data-key="showMultiBtn"
  123. bind:tap="oncreatestation"
  124. block
  125. >
  126. <view class="ticon">
  127. <view class="ticonright">创建电站</view> <t-icon name="file-add" size="40rpx" data-name="file-add"/>
  128. </view>
  129. </t-button> -->
  130. </view>
  131. </scroll-view>
  132. </t-dialog>