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.

237 regels
9.8 KiB

  1. <navbar text="我的" background='#FD832D' color="white"></navbar>
  2. <view style="height:{{navigationBarHeight}} "></view>
  3. <view class="user">
  4. <view bindlongtap='showVersion' class='version'>
  5. <view wx:if="{{flag=='show'}}">版本号:{{appVersion}}</view>
  6. <view wx:if="{{flag=='hidden'}}"></view>
  7. </view>
  8. <view class="top" style='background:{{banneColor}}'>
  9. <!-- <view class='aboutUs' bindtap='gomallInfo' wx:if="{{aboutShow == true}}">
  10. <image class='aboutIcons' src="{{aboutUs}}" mode='widthFix'></image>
  11. <text>关于我们</text>
  12. </view> -->
  13. </view>
  14. <view class="top-content" wx:if="{{ifStoreApp!=1}}">
  15. <view class='user_title'>
  16. <view class="user-avatar" bindtap='gotoedit'>
  17. <open-data class="open" type="userAvatarUrl"></open-data>
  18. </view>
  19. <view class="user-name" bindtap='gotoedit'>
  20. <open-data class="name" type="userNickName"></open-data>
  21. <!-- 会员等级 -->
  22. <!-- <view class=' usre_level'style='background:{{levelBg}}'>
  23. <text class='chengzhang '>{{levelName}}</text>
  24. </view> -->
  25. </view>
  26. <!-- -->
  27. <view class="user_phone" wx:if="{{curPhone}}" style="margin-top:20rpx;" bindtap='gotoPhoneInfo'>
  28. <!-- <text class="my">我的手机号:</text> -->
  29. <text class="chengzhang_h" style="color:#fff">{{curPhone}}</text>
  30. <text class="view" style='color:#993300'>[微信授权手机号]</text>
  31. </view>
  32. <view class="user_phone" wx:if="{{!curPhone}}" style="margin-top:20rpx;" bindtap='gotoPhoneInfo'>
  33. <text class="view" style='color:#993300'>获取微信授权手机号</text>
  34. </view>
  35. <!-- -->
  36. <view class="marketTitleBox">
  37. <view class="marketName">{{memberName}}</view>
  38. <view class="levelName">{{levelName}}</view>
  39. </view>
  40. <view class="user_growth_box">
  41. <image src="{{rqCode}}" class="RQcode"></image>
  42. <view class="memberBox">
  43. <view class="memberCode">会员码:{{userId}}</view>
  44. <view class="user-phone" bindtap='gotograde'>
  45. <text class="my">我的</text>
  46. <text class="chengzhang_h">成长值{{score}}</text>
  47. <text class="my my_line">|</text>
  48. <!-- <text class="my">更多成长值</text> -->
  49. <text class="view" style='color:{{view}}'>更多成长值</text>
  50. </view>
  51. </view>
  52. <image src="{{memberLogo}}" class="memberLogo"></image>
  53. </view>
  54. </view>
  55. <view class="user-btns">
  56. <!-- 我的订单 -->
  57. <navigator url="/pages/order/index/index?id=all">
  58. <view class="user-btn app-border-bottom">
  59. <view>
  60. <image class='icons' src="{{dingUrl}}" mode='widthFix'></image>我的订单</view>
  61. </view>
  62. </navigator>
  63. <!-- 我的券包 -->
  64. <navigator url="/pages/couponorder/index/index">
  65. <view class="user-btn app-border-bottom">
  66. <view>
  67. <image class='icons' src="{{quansUrl}}" mode='widthFix'></image>我的券包</view>
  68. <view>
  69. <text class="couponnum" wx:if="{{couponNum=='couponNum'}}"></text>
  70. </view>
  71. </view>
  72. </navigator>
  73. <navigator url="/pages/cardorder/index/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. </view>
  80. </view>
  81. </navigator>
  82. <!-- 积分商城 -->
  83. <navigator url="/pages/integralmall/index">
  84. <view class="user-btn app-border-bottom">
  85. <view>
  86. <image class='icons' src="{{wmintegral}}" mode='widthFix'></image>积分商城</view>
  87. </view>
  88. </navigator>
  89. </view>
  90. </view>
  91. <view class='btns_bg' >
  92. <navigator url="/pages/bargain/bargain?from=myhtml" open-type="navigate">
  93. <view class="particulars_list">
  94. <view class="particulars_name">我的砍价</view>
  95. <view class="particulars_go">></view>
  96. </view>
  97. </navigator>
  98. <navigator url="/pages/spellGroup/spellGroup?from=myhtml" open-type="navigate">
  99. <view class="particulars_list">
  100. <view class="particulars_name">我的拼团</view>
  101. <view class="particulars_go">></view>
  102. </view>
  103. </navigator>
  104. <navigator url="/pages/user/myactivity/index" open-type="navigate">
  105. <view class="particulars_list">
  106. <view class="particulars_name">我的活动</view>
  107. <view class="particulars_go">></view>
  108. </view>
  109. </navigator>
  110. <navigator url="/pages/specialcourtesy/specialcourtesy">
  111. <view class="particulars_list">
  112. <view class="particulars_name">特享礼遇</view>
  113. <view class="particulars_go">></view>
  114. </view>
  115. </navigator>
  116. <navigator url="/pages/exchange/exchange" open-type="navigate">
  117. <view class="particulars_list">
  118. <view class="particulars_name">兑换</view>
  119. <view class="particulars_go">></view>
  120. </view>
  121. </navigator>
  122. <navigator url="/pages/mallInfo/mallInfo" open-type="navigate">
  123. <view class="particulars_list">
  124. <view class="particulars_name">关于我们</view>
  125. <view class="particulars_go">></view>
  126. </view>
  127. </navigator>
  128. </view>
  129. <!-- <view class='btns_bg' wx:if="{{ifStoreApp!=1}}">
  130. <view class="user-btns"> -->
  131. <!-- 我的砍价 -->
  132. <!-- <navigator url="/pages/bargain/bargain?from=myhtml" open-type="navigate">
  133. <view class="user-btn app-border-bottom">
  134. <view>
  135. <image class='icons' src="{{wmbarginicon}}" mode='widthFix'></image>我的砍价</view>
  136. </view>
  137. </navigator> -->
  138. <!-- 我的拼团 -->
  139. <!-- <navigator url="/pages/spellGroup/spellGroup?from=myhtml" open-type="navigate">
  140. <view class="user-btn app-border-bottom">
  141. <view>
  142. <image class='icons' src="{{wmspellgroup}}" mode='widthFix'></image>我的拼团</view>
  143. </view>
  144. </navigator> -->
  145. <!-- 积分商城 -->
  146. <!-- <navigator url="/pages/integralmall/index">
  147. <view class="user-btn app-border-bottom">
  148. <view>
  149. <image class='icons' src="{{wmintegral}}" mode='widthFix'></image>积分商城</view>
  150. </view>
  151. </navigator> -->
  152. <!-- 当商场开启使用折扣按钮的时候, -->
  153. <!-- <navigator url="/pages/specialcourtesy/specialcourtesy">
  154. <view class="user-btn app-border-bottom">
  155. <view>
  156. <image class='icons' src="{{giftUrl}}" mode='widthFix'></image>特享礼遇</view>
  157. </view>
  158. </navigator> -->
  159. <!-- <navigator url="/pages/user/myactivity/index" open-type="navigate">
  160. <view class="user-btn app-border-bottom">
  161. <view>
  162. <image class='icons' src="{{myactivity}}" mode='widthFix'></image>我的活动</view>
  163. </view>
  164. </navigator> -->
  165. <!-- 兑换 -->
  166. <!-- <navigator url="/pages/exchange/exchange" open-type="navigate">
  167. <view class="user-btn app-border-bottom">
  168. <view>
  169. <image class='icons' src="{{duihuan}}" mode='widthFix'></image>兑换</view>
  170. </view>
  171. </navigator> -->
  172. <!-- 地图 -->
  173. <!-- <navigator url="/pages/marketAtlas/marketAtlas" open-type="navigate">
  174. <view class="user-btn app-border-bottom">
  175. <view>
  176. <image class='icons' src="{{shoppingAtlas}}" mode='widthFix'></image>商场地图</view>
  177. </view>
  178. </navigator> -->
  179. <!-- 分享好友 -->
  180. <!-- <navigator url="/pages/shareFriend/shareFriend" open-type="navigate">
  181. <view class="user-btn app-border-bottom">
  182. <view>
  183. <image class='icons' src="{{fenxiang}}" mode='widthFix'></image>分享好友</view>
  184. </view>
  185. </navigator>
  186. </view>
  187. </view> -->
  188. <!-- 小马快店样式 -->
  189. <!-- <view class="top-content" wx:if="{{ifStoreApp==1}}">
  190. <view class='user_title '>
  191. <view class="user-avatar" bindtap='gotoedit'>
  192. <open-data class="open" type="userAvatarUrl"></open-data>
  193. </view>
  194. <view class="user-name" bindtap='gotoedit'>
  195. <open-data class="name" type="userNickName"></open-data>
  196. </view> -->
  197. <!-- <view class="user-btns"> -->
  198. <!-- 我的订单 -->
  199. <!-- <navigator url="/pages/order/index/index?id=all">
  200. <view class="user-btn app-border-bottom">
  201. <view>
  202. <image class='icons' src="{{dingUrl}}" mode='widthFix'></image>我的订单</view>
  203. </view>
  204. </navigator> -->
  205. <!-- 我的券包 -->
  206. <!-- <navigator url="/pages/couponorder/index/index">
  207. <view class="user-btn app-border-bottom">
  208. <view>
  209. <image class='icons' src="{{quansUrl}}" mode='widthFix'></image>我的券包</view>
  210. <view>
  211. <text class="couponnum" wx:if="{{couponNum=='couponNum'}}"></text>
  212. </view>
  213. </view>
  214. </navigator> -->
  215. <!-- 我的砍价 -->
  216. <!-- <navigator url="/pages/bargain/bargain?from=myhtml" open-type="navigate">
  217. <view class="user-btn app-border-bottom">
  218. <view>
  219. <image class='icons' src="{{wmbarginicon}}" mode='widthFix'></image>我的砍价</view>
  220. </view>
  221. </navigator> -->
  222. <!-- 我的拼团 -->
  223. <!-- <navigator url="/pages/spellGroup/spellGroup?from=myhtml" open-type="navigate">
  224. <view class="user-btn app-border-bottom">
  225. <view>
  226. <image class='icons' src="{{wmspellgroup}}" mode='widthFix'></image>我的拼团</view>
  227. </view>
  228. </navigator>
  229. </view>
  230. </view>
  231. </view> -->
  232. <view class="margin"></view>
  233. <view class='of' wx:if="{{canIUse}}">
  234. <official-account class="gzh"></official-account>
  235. </view>
  236. </view>