C端小程序
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

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