C端小程序
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

119 rindas
4.9 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. <!-- 我的砍价 -->
  34. <navigator url="/pages/bargain/bargain?from=myhtml" open-type="navigate">
  35. <view class="user-btn app-border-bottom">
  36. <view>
  37. <image class='icons' src="{{wmbarginicon}}" mode='widthFix'></image>我的砍价</view>
  38. <view>
  39. <text class="iconfont icon-right"></text>
  40. </view>
  41. </view>
  42. </navigator>
  43. <!-- 我的拼团 -->
  44. <navigator url="/pages/spellGroup/spellGroup?from=myhtml" open-type="navigate">
  45. <view class="user-btn app-border-bottom">
  46. <view>
  47. <image class='icons' src="{{wmspellgroup}}" mode='widthFix'></image>我的拼团</view>
  48. <view>
  49. <text class="iconfont icon-right"></text>
  50. </view>
  51. </view>
  52. </navigator>
  53. <navigator url="/pages/couponorder/index/index">
  54. <view class="user-btn app-border-bottom">
  55. <view>
  56. <image class='icons' src="{{quansUrl}}" mode='widthFix'></image>我的券包</view>
  57. <view>
  58. <text class="couponnum" wx:if="{{couponNum=='couponNum'}}"></text>
  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="{{cardiconUrl}}" mode='widthFix'></image>积分商城</view>
  77. <view>
  78. <text class="couponnum" wx:if="{{couponNum2=='couponNum2'}}"></text>
  79. <text class="iconfont icon-right"></text>
  80. </view>
  81. </view>
  82. </navigator>
  83. <!-- <navigator url="/pages/passCar/passCar" open-type="switchTab">
  84. <view class="user-btn app-border-bottom">
  85. <view>
  86. <image class='icons' src="{{cheUrl}}" mode='widthFix'></image>智能停车</view>
  87. <view>
  88. <text class="iconfont icon-right"></text>
  89. </view>
  90. </view>
  91. </navigator> -->
  92. <!-- 当商场开启使用折扣按钮的时候, -->
  93. <navigator url="/pages/specialcourtesy/specialcourtesy">
  94. <view class="user-btn app-border-bottom">
  95. <view>
  96. <image class='icons' src="{{giftUrl}}" mode='widthFix'></image>特享礼遇</view>
  97. <view>
  98. <text class="iconfont icon-right"></text>
  99. </view>
  100. </view>
  101. </navigator>
  102. </view>
  103. <view class="margin"></view>
  104. <view bindlongtap='showVersion' class='version'>
  105. <view wx:if="{{flag=='show'}}">版本号:{{appVersion}}</view>
  106. <view wx:if="{{flag=='hidden'}}"></view>
  107. </view>
  108. <view class='of'>
  109. <official-account wx:if="{{canIUse}}" class="gzh"></official-account>
  110. </view>
  111. </view>
  112. <view class='showQrcode' bindtap='hideQrcode' wx:if="{{showQrcode}}">
  113. <view class="canvas-box">
  114. <canvas hidden="{{canvasHidden}}" style="height:500rpx;background:0 0 0 .6;margin-top:10rpx;" canvas-id="mycanvas1" />
  115. <text class='memberIds'>会员ID{{memberId}}</text>
  116. </view>
  117. </view>