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.

153 line
6.2 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' wx:if="{{aboutShow == true}}">
  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" bindtap='gotoedit'>
  16. <open-data class="open" type="userAvatarUrl"></open-data>
  17. </view>
  18. <view class="user-name" bindtap='gotoedit'>
  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. <!-- <view class="user-phone" bindtap='gotograde'>
  25. <text class="my">我的</text>
  26. <text class="chengzhang_h" >成长值{{score}}</text>
  27. <text class="my my_line">|</text>
  28. <text class="view" style='color:{{view}}'>更多成长值</text>
  29. </view> -->
  30. <view class="user-btns">
  31. <!-- 我的订单 -->
  32. <navigator url="/pages/order/index/index?id=all">
  33. <view class="user-btn app-border-bottom">
  34. <view>
  35. <image class='icons' src="{{dingUrl}}" mode='widthFix'></image>我的订单</view>
  36. </view>
  37. </navigator>
  38. <!-- 我的券包 -->
  39. <navigator url="/pages/couponorder/index/index">
  40. <view class="user-btn app-border-bottom">
  41. <view>
  42. <image class='icons' src="{{quansUrl}}" mode='widthFix'></image>我的券包</view>
  43. <view>
  44. <text class="couponnum" wx:if="{{couponNum=='couponNum'}}"></text>
  45. </view>
  46. </view>
  47. </navigator>
  48. <!-- <navigator url="/pages/cardorder/index/index">
  49. <view class="user-btn app-border-bottom">
  50. <view>
  51. <image class='icons' src="{{cardiconUrl}}" mode='widthFix'></image>我的卡包</view>
  52. <view>
  53. <text class="couponnum" wx:if="{{couponNum2=='couponNum2'}}"></text>
  54. </view>
  55. </view>
  56. </navigator> -->
  57. </view>
  58. </view>
  59. </view>
  60. <view class='btns_bg' wx:if="{{ifStoreApp==100}}">
  61. <view class="user-btns">
  62. <!-- 我的砍价 -->
  63. <navigator url="/pages/bargain/bargain?from=myhtml" open-type="navigate">
  64. <view class="user-btn app-border-bottom">
  65. <view>
  66. <image class='icons' src="{{wmbarginicon}}" mode='widthFix'></image>我的砍价</view>
  67. </view>
  68. </navigator>
  69. <!-- 我的拼团 -->
  70. <navigator url="/pages/spellGroup/spellGroup?from=myhtml" open-type="navigate">
  71. <view class="user-btn app-border-bottom">
  72. <view>
  73. <image class='icons' src="{{wmspellgroup}}" mode='widthFix'></image>我的拼团</view>
  74. </view>
  75. </navigator>
  76. <!-- 积分商城 -->
  77. <navigator url="/pages/integralmall/index">
  78. <view class="user-btn app-border-bottom">
  79. <view>
  80. <image class='icons' src="{{wmintegral}}" mode='widthFix'></image>积分商城</view>
  81. </view>
  82. </navigator>
  83. <!-- 当商场开启使用折扣按钮的时候, -->
  84. <navigator url="/pages/specialcourtesy/specialcourtesy">
  85. <view class="user-btn app-border-bottom">
  86. <view>
  87. <image class='icons' src="{{giftUrl}}" mode='widthFix'></image>特享礼遇</view>
  88. </view>
  89. </navigator>
  90. <navigator url="/pages/user/myactivity/index" open-type="navigate">
  91. <view class="user-btn app-border-bottom">
  92. <view>
  93. <image class='icons' src="{{myactivity}}" mode='widthFix'></image>我的活动</view>
  94. </view>
  95. </navigator>
  96. <!-- 兑换 -->
  97. <navigator url="/pages/exchange/exchange" open-type="navigate">
  98. <view class="user-btn app-border-bottom">
  99. <view>
  100. <image class='icons' src="{{duihuan}}" mode='widthFix'></image>兑换</view>
  101. </view>
  102. </navigator>
  103. </view>
  104. </view>
  105. <!-- 小马快店样式 -->
  106. <view class="top-content" wx:if="{{ifStoreApp==100}}">
  107. <view class='user_title '>
  108. <view class="user-avatar" bindtap='gotoedit'>
  109. <open-data class="open" type="userAvatarUrl"></open-data>
  110. </view>
  111. <view class="user-name" bindtap='gotoedit'>
  112. <open-data class="name" type="userNickName" ></open-data>
  113. </view>
  114. <view class="user-btns">
  115. <!-- 我的订单 -->
  116. <navigator url="/pages/order/index/index?id=all">
  117. <view class="user-btn app-border-bottom">
  118. <view>
  119. <image class='icons' src="{{dingUrl}}" mode='widthFix'></image>我的订单</view>
  120. </view>
  121. </navigator>
  122. <!-- 我的券包 -->
  123. <navigator url="/pages/couponorder/index/index">
  124. <view class="user-btn app-border-bottom">
  125. <view>
  126. <image class='icons' src="{{quansUrl}}" mode='widthFix'></image>我的券包</view>
  127. <view>
  128. <text class="couponnum" wx:if="{{couponNum=='couponNum'}}"></text>
  129. </view>
  130. </view>
  131. </navigator>
  132. <!-- 我的砍价 -->
  133. <navigator url="/pages/bargain/bargain?from=myhtml" open-type="navigate">
  134. <view class="user-btn app-border-bottom">
  135. <view>
  136. <image class='icons' src="{{wmbarginicon}}" mode='widthFix'></image>我的砍价</view>
  137. </view>
  138. </navigator>
  139. <!-- 我的拼团 -->
  140. <navigator url="/pages/spellGroup/spellGroup?from=myhtml" open-type="navigate">
  141. <view class="user-btn app-border-bottom">
  142. <view>
  143. <image class='icons' src="{{wmspellgroup}}" mode='widthFix'></image>我的拼团</view>
  144. </view>
  145. </navigator>
  146. </view>
  147. </view>
  148. </view>
  149. <view class="margin"></view>
  150. <!-- <view class='of' wx:if="{{canIUse}}">
  151. <official-account class="gzh"></official-account>
  152. </view> -->
  153. </view>