C端小程序
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

109 lignes
4.5 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="user-btns">
  25. <navigator url="/pages/order/index/index?id=all">
  26. <view class="user-btn app-border-bottom">
  27. <view><image class='icons' src="{{dingUrl}}" mode='widthFix'></image>我的订单</view>
  28. <view>
  29. <text class="iconfont icon-right"></text>
  30. </view>
  31. </view>
  32. </navigator>
  33. <navigator url="/pages/couponorder/index/index">
  34. <view class="user-btn app-border-bottom">
  35. <view>
  36. <image class='icons' src="{{quansUrl}}" mode='widthFix'></image>我的券包</view>
  37. <view>
  38. <text class="couponnum" wx:if="{{couponNum=='couponNum'}}"></text>
  39. <text class="iconfont icon-right"></text>
  40. </view>
  41. </view>
  42. </navigator>
  43. <!-- 我的砍价 -->
  44. <navigator url="/pages/bargain/bargain?from=myhtml" open-type="navigate">
  45. <view class="user-btn app-border-bottom">
  46. <view>
  47. <image class='icons' src="{{wmbarginicon}}" mode='widthFix'></image>我的砍价</view>
  48. <view>
  49. <text class="iconfont icon-right"></text>
  50. </view>
  51. </view>
  52. </navigator>
  53. <!-- 我的拼团 -->
  54. <navigator url="/pages/spellGroup/spellGroup?from=myhtml" open-type="navigate">
  55. <view class="user-btn app-border-bottom">
  56. <view>
  57. <image class='icons' src="{{wmspellgroup}}" mode='widthFix'></image>我的拼团</view>
  58. <view>
  59. <text class="iconfont icon-right"></text>
  60. </view>
  61. </view>
  62. </navigator>
  63. <navigator url="/pages/cardorder/index/index">
  64. <view class="user-btn app-border-bottom">
  65. <view>
  66. <image class='icons' src="{{cardiconUrl}}" mode='widthFix'></image>我的卡包</view>
  67. <view>
  68. <text class="couponnum" wx:if="{{couponNum2=='couponNum2'}}"></text>
  69. <text class="iconfont icon-right"></text>
  70. </view>
  71. </view>
  72. </navigator>
  73. <navigator url="/pages/integralmall/index">
  74. <view class="user-btn app-border-bottom">
  75. <view>
  76. <image class='icons' src="{{wmintegral}}" mode='widthFix'></image>积分商城</view>
  77. <view>
  78. <text class="iconfont icon-right"></text>
  79. </view>
  80. </view>
  81. </navigator>
  82. <!-- 当商场开启使用折扣按钮的时候, -->
  83. <navigator url="/pages/specialcourtesy/specialcourtesy">
  84. <view class="user-btn app-border-bottom">
  85. <view>
  86. <image class='icons' src="{{giftUrl}}" mode='widthFix'></image>特享礼遇</view>
  87. <view>
  88. <text class="iconfont icon-right"></text>
  89. </view>
  90. </view>
  91. </navigator>
  92. </view>
  93. <view class="margin"></view>
  94. <view bindlongtap='showVersion' class='version'>
  95. <view wx:if="{{flag=='show'}}">版本号:{{appVersion}}</view>
  96. <view wx:if="{{flag=='hidden'}}"></view>
  97. </view>
  98. <view class='of'>
  99. <official-account wx:if="{{canIUse}}" class="gzh"></official-account>
  100. </view>
  101. </view>
  102. <view class='showQrcode' bindtap='hideQrcode' wx:if="{{showQrcode}}">
  103. <view class="canvas-box">
  104. <canvas hidden="{{canvasHidden}}" style="height:500rpx;background:0 0 0 .6;margin-top:10rpx;" canvas-id="mycanvas1" />
  105. <text class='memberIds'>会员ID{{memberId}}</text>
  106. </view>
  107. </view>