C端集团版
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

45 строки
1.9 KiB

  1. <navbar text="我的" background='#FD832D' color="white"></navbar>
  2. <view class="user" style="padding-top:{{navigationBarHeight}};">
  3. <view bindlongtap='showVersion' class='version'>
  4. <view wx:if="{{flag=='show'}}">版本号:{{appVersion}}</view>
  5. <view wx:if="{{flag=='hidden'}}"></view>
  6. </view>
  7. <view class="top" style='background:{{banneColor}}'>
  8. <view class='aboutUs' bindtap='gomallInfo'>
  9. <image class='aboutIcons' src="{{aboutUs}}" mode='widthFix'></image>
  10. <text>关于我们</text>
  11. </view>
  12. </view>
  13. <view class="top-content" wx:if="{{ifStoreApp!=1}}">
  14. <view class='user_title'>
  15. <view class="user-avatar">
  16. <open-data class="open" type="userAvatarUrl"></open-data>
  17. </view>
  18. <view class="user-name">
  19. <open-data class="name" type="userNickName"></open-data>
  20. <view class=' usre_level' style='background:{{levelBg}}'>
  21. <text class='chengzhang '>{{levelName}}</text>
  22. </view>
  23. </view>
  24. <!-- -->
  25. <view class="user-name" wx:if="{{curPhone}}" style="margin-top:20rpx;" bindtap='gotoPhoneInfo'>
  26. <text class="my">我的手机号:</text>
  27. <text class="chengzhang_h">{{curPhone}}</text>
  28. <!-- <text class="view" style='color:#F64A16'>[微信授权手机号]</text> -->
  29. </view>
  30. <view class="user-name" wx:if="{{!curPhone}}" style="margin-top:20rpx;" bindtap='gotoPhoneInfo'>
  31. <text class="view" style='color:#F64A16'>获取微信授权手机号</text>
  32. </view>
  33. <!-- -->
  34. <view class="user-phone" bindtap='gotograde'>
  35. <text class="my">我的</text>
  36. <text class="chengzhang_h">成长值{{score}}</text>
  37. <text class="my my_line">|</text>
  38. <!-- <text class="my">更多成长值</text> -->
  39. <text class="view" style='color:{{view}}'>更多成长值</text>
  40. </view>
  41. </view>
  42. </view>
  43. </view>