C端小程序
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.

95 líneas
4.0 KiB

  1. <view class="user">
  2. <view class="user-title">
  3. <view class="user-avatar" bindtap='gotograde'>
  4. <open-data class="open" type="userAvatarUrl"></open-data>
  5. </view>
  6. <view class="user-phone" bindtap='gotograde'>
  7. <open-data type="userNickName"></open-data>
  8. <text class='chengzhang'>{{levelName}}</text>
  9. <view class="view">成长值{{score}}>
  10. <!-- <image src='{{redirectUrl}}' mode='widthFix'></image> -->
  11. </view>
  12. </view>
  13. <view class='chengzhang1'>
  14. <view class='qrcode' bindtap='qrcode' wx:if="{{ismember}}">
  15. <image src='{{qrcodeUrl}}' mode='widthFix'></image>
  16. </view>
  17. <view wx:if="{{showEdit}}" class='edits' bindtap='gotoedit'>
  18. <image class='fr' class='edit' src="{{editUrl}}" mode='widthFix'></image>
  19. <text style="color:#01bffe;display:inline-block;margin-left:16rpx;">编辑</text>
  20. </view>
  21. <image class='fr' wx:if="{{!showEdit}}" bindtap='gotoedit' class='activeimg' src='{{activeUrl}}' mode='widthFix'></image>
  22. </view>
  23. </view>
  24. <view class='btns_bg'>
  25. <view class="user-btns">
  26. <navigator url="/pages/order/index/index?id=all">
  27. <view class="user-btn app-border-bottom">
  28. <view>
  29. <image class='icons' src="{{dingUrl}}" mode='widthFix'></image>我的订单</view>
  30. </view>
  31. </navigator>
  32. <navigator url="/pages/couponorder/index/index">
  33. <view class="user-btn app-border-bottom">
  34. <view>
  35. <image class='icons' src="{{quansUrl}}" mode='widthFix'></image>我的券包</view>
  36. <view>
  37. <text class="couponnum" wx:if="{{couponNum=='couponNum'}}"></text>
  38. </view>
  39. </view>
  40. </navigator>
  41. <!-- 我的砍价 -->
  42. <navigator url="/pages/bargain/bargain?from=myhtml" open-type="navigate">
  43. <view class="user-btn app-border-bottom">
  44. <view>
  45. <image class='icons' src="{{wmbarginicon}}" mode='widthFix'></image>我的砍价</view>
  46. </view>
  47. </navigator>
  48. <!-- 我的拼团 -->
  49. <!-- <navigator url="/pages/spellGroup/spellGroup?from=myhtml" open-type="navigate">
  50. <view class="user-btn app-border-bottom">
  51. <view>
  52. <image class='icons' src="{{wmspellgroup}}" mode='widthFix'></image>我的拼团</view>
  53. </view>
  54. </navigator> -->
  55. </view>
  56. <view class="user-btns">
  57. <navigator url="/pages/cardorder/index/index">
  58. <view class="user-btn app-border-bottom">
  59. <view>
  60. <image class='icons' src="{{cardiconUrl}}" mode='widthFix'></image>我的卡包</view>
  61. <view>
  62. <text class="couponnum" wx:if="{{couponNum2=='couponNum2'}}"></text>
  63. </view>
  64. </view>
  65. </navigator>
  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. <!-- 当商场开启使用折扣按钮的时候, -->
  73. <navigator url="/pages/specialcourtesy/specialcourtesy">
  74. <view class="user-btn app-border-bottom">
  75. <view>
  76. <image class='icons' src="{{giftUrl}}" mode='widthFix'></image>特享礼遇</view>
  77. </view>
  78. </navigator>
  79. </view>
  80. </view>
  81. <view class="margin"></view>
  82. <view bindlongtap='showVersion' class='version'>
  83. <view wx:if="{{flag=='show'}}">版本号:{{appVersion}}</view>
  84. <view wx:if="{{flag=='hidden'}}"></view>
  85. </view>
  86. <view class='of'>
  87. <official-account wx:if="{{canIUse}}" class="gzh"></official-account>
  88. </view>
  89. </view>
  90. <view class='showQrcode' bindtap='hideQrcode' wx:if="{{showQrcode}}">
  91. <view class="canvas-box">
  92. <canvas hidden="{{canvasHidden}}" style="height:500rpx;background:0 0 0 .6;margin-top:10rpx;" canvas-id="mycanvas1" />
  93. <text class='memberIds'>会员ID{{memberId}}</text>
  94. </view>
  95. </view>