运维小程序
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 1.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. <view class="container">
  2. <view class="account_number">
  3. <image bind:tap="bindtoImage" class="account_to1" src="{{user.userprofile||''}}" mode=""></image>
  4. </view>
  5. <view class="toptabbar">
  6. <view class="toptabbar_">
  7. <view class="toptabbar_box">
  8. <view class="toptabbar_left">
  9. 名称
  10. </view>
  11. <view class="toptabbar_right">
  12. <input class="uni-mt-5" trim="all" value="{{Peakprice}}" clearSize="0"
  13. placeholder="请输入报修地点" bindinput="onPeakprice"></input>
  14. </view>
  15. </view>
  16. <view class="toptabbar_box">
  17. <view class="toptabbar_left">
  18. 电话
  19. </view>
  20. <view class="toptabbar_right">
  21. {{user.userphone||'--'}}
  22. </view>
  23. </view>
  24. <view class="toptabbar_box">
  25. <view class="toptabbar_left">
  26. 投资类型
  27. </view>
  28. <view class="toptabbar_right">
  29. {{user.copartnertype||'--'}}
  30. </view>
  31. </view>
  32. <view class="toptabbar_box">
  33. <view class="toptabbar_left">
  34. 所属电站
  35. </view>
  36. <view class="toptabbar_right">
  37. {{user.copartnertype||'--'}}
  38. </view>
  39. </view>
  40. </view>
  41. </view>
  42. </view>
  43. <!--
  44. -->