C端小程序
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.

108 line
4.1 KiB

  1. <view class="user">
  2. <view class="top" ></view>
  3. <view class='user_title '>
  4. <view class="user-avatar" bindtap='gotograde'>
  5. <open-data class="open" type="userAvatarUrl"></open-data>
  6. </view>
  7. <view class="user-name">
  8. <open-data class="name" type="userNickName"></open-data>
  9. <view class=' usre_level'>
  10. <text class='chengzhang '>{{levelName}}</text>
  11. </view>
  12. </view>
  13. <view class="user-phone" bindtap='gotograde'>
  14. <text class="my">我的</text>
  15. <text class="chengzhang_h" >成长值{{score}}</text>
  16. <text class="my my_line">|</text>
  17. <text class="my">更多成长值</text>
  18. <text class="view">一键领取</text>
  19. </view>
  20. <view class="user-btns">
  21. <!-- 我的订单 -->
  22. <navigator url="/pages/order/index/index?id=all">
  23. <view class="user-btn app-border-bottom">
  24. <view>
  25. <image class='icons' src="{{dingUrl}}" mode='widthFix'></image>我的订单</view>
  26. </view>
  27. </navigator>
  28. <!-- 我的券包 -->
  29. <navigator url="/pages/couponorder/index/index">
  30. <view class="user-btn app-border-bottom">
  31. <view>
  32. <image class='icons' src="{{quansUrl}}" mode='widthFix'></image>我的券包</view>
  33. <view>
  34. <text class="couponnum" wx:if="{{couponNum=='couponNum'}}"></text>
  35. </view>
  36. </view>
  37. </navigator>
  38. <navigator url="/pages/cardorder/index/index">
  39. <view class="user-btn app-border-bottom">
  40. <view>
  41. <image class='icons' src="{{cardiconUrl}}" mode='widthFix'></image>我的卡包</view>
  42. <view>
  43. <text class="couponnum" wx:if="{{couponNum2=='couponNum2'}}"></text>
  44. </view>
  45. </view>
  46. </navigator>
  47. </view>
  48. </view>
  49. <view class='btns_bg'>
  50. <view class="user-btns">
  51. <!-- 我的砍价 -->
  52. <navigator url="/pages/bargain/bargain?from=myhtml" open-type="navigate">
  53. <view class="user-btn app-border-bottom">
  54. <view>
  55. <image class='icons' src="{{wmbarginicon}}" mode='widthFix'></image>我的砍价</view>
  56. </view>
  57. </navigator>
  58. <!-- 我的拼团 -->
  59. <navigator url="/pages/spellGroup/spellGroup?from=myhtml" open-type="navigate">
  60. <view class="user-btn app-border-bottom">
  61. <view>
  62. <image class='icons' src="{{wmspellgroup}}" mode='widthFix'></image>我的拼团</view>
  63. </view>
  64. </navigator>
  65. <!-- 积分商城 -->
  66. <navigator url="/pages/integralmall/index">
  67. <view class="user-btn app-border-bottom">
  68. <view>
  69. <image class='icons' src="{{wmintegral}}" mode='widthFix'></image>积分商城</view>
  70. </view>
  71. </navigator>
  72. </view>
  73. <view class="user-btns">
  74. </view>
  75. <view class="user-btns">
  76. <!-- 当商场开启使用折扣按钮的时候, -->
  77. <navigator url="/pages/specialcourtesy/specialcourtesy">
  78. <view class="user-btn app-border-bottom">
  79. <view>
  80. <image class='icons' src="{{giftUrl}}" mode='widthFix'></image>特享礼遇</view>
  81. </view>
  82. </navigator>
  83. <navigator url="/pages/user/myactivity/index" open-type="navigate">
  84. <view class="user-btn app-border-bottom">
  85. <view>
  86. <image class='icons' src="{{myactivity}}" mode='widthFix'></image>我的活动</view>
  87. </view>
  88. </navigator>
  89. </view>
  90. </view>
  91. <view class="margin"></view>
  92. <view bindlongtap='showVersion' class='version'>
  93. <view wx:if="{{flag=='show'}}">版本号:{{appVersion}}</view>
  94. <view wx:if="{{flag=='hidden'}}"></view>
  95. </view>
  96. <view class='of'>
  97. <official-account wx:if="{{canIUse}}" class="gzh"></official-account>
  98. </view>
  99. </view>
  100. <view class='showQrcode' bindtap='hideQrcode' wx:if="{{showQrcode}}">
  101. <view class="canvas-box">
  102. <canvas hidden="{{canvasHidden}}" style="height:500rpx;background:0 0 0 .6;margin-top:10rpx;" canvas-id="mycanvas1" />
  103. <text class='memberIds'>会员ID{{memberId}}</text>
  104. </view>
  105. </view>