C端小程序
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

275 行
12 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. <image wx:if="{{userAvatarUrl!=''}}" class="userAvatarUrl" src="{{userAvatarUrl}}"></image>
  19. <image wx:if="{{userAvatarUrl==''}}" class="userAvatarUrl" src="../../../assets/images/default.png"></image>
  20. </view>
  21. <view class="user-name" bindtap='gotoedit'>
  22. <!-- <open-data class="name" type="userNickName"></open-data> -->
  23. <p class="name" >{{userName}}</p>
  24. <!-- 会员等级 -->
  25. <!-- <view class=' usre_level'style='background:{{levelBg}}'>
  26. <text class='chengzhang '>{{levelName}}</text>
  27. </view> -->
  28. </view>
  29. <!-- -->
  30. <view class="user_phone" wx:if="{{curPhone}}" style="margin-top:20rpx;" bindtap='gotoPhoneInfo'>
  31. <!-- <text class="my">我的手机号:</text> -->
  32. <text class="chengzhang_h" style="color:#fff">{{curPhone}}</text>
  33. <text class="view" style='color:#993300'>[微信授权手机号]</text>
  34. </view>
  35. <view class="user_phone" wx:if="{{!curPhone}}" style="margin-top:20rpx;" bindtap='gotoPhoneInfo'>
  36. <text class="view" style='color:#993300'>获取微信授权手机号</text>
  37. </view>
  38. <!-- -->
  39. <view class="marketTitleBox">
  40. <view class="marketName">{{memberName}}</view>
  41. <view class="levelName">{{levelName}}</view>
  42. <navigator url="/pages/shareFriend/shareFriend" open-type="navigate">
  43. <view class="share">分享好友</view>
  44. </navigator>
  45. </view>
  46. <view class="user_growth_box">
  47. <navigator url="/pages/specialcourtesy/specialcourtesy">
  48. <image src="{{rqCode}}" class="RQcode"></image>
  49. </navigator>
  50. <view class="memberBox">
  51. <view class="memberCode">会员码:{{userId}}</view>
  52. <view class="user-phone" bindtap='gotograde'>
  53. <text class="my">我的成长值:{{score}}</text>
  54. <!-- <text class="chengzhang_h"></text> -->
  55. <text class="my my_line">|</text>
  56. <!-- <text class="my">更多成长值</text> -->
  57. <text class="view" style='color:{{view}}'>更多成长值</text>
  58. </view>
  59. <view class="integral">我的积分:{{credit}}</view>
  60. </view>
  61. <!-- <image src="{{memberLogo}}" class="memberLogo"></image> -->
  62. </view>
  63. </view>
  64. <view class="user-btns">
  65. <!-- 我的订单 -->
  66. <navigator url="/pages/order/index/index?id=all">
  67. <view class="user-btn app-border-bottom">
  68. <view>
  69. <image class='icons' src="{{dingUrl}}" mode='widthFix'></image>我的订单</view>
  70. </view>
  71. </navigator>
  72. <!-- 我的券包 -->
  73. <navigator url="/pages/couponorder/index/index">
  74. <view class="user-btn app-border-bottom">
  75. <view>
  76. <image class='icons' src="{{quansUrl}}" mode='widthFix'></image>我的券包</view>
  77. <view>
  78. </view>
  79. </view>
  80. </navigator>
  81. <navigator url="/pages/cardorder/index/index">
  82. <view class="user-btn app-border-bottom">
  83. <view>
  84. <image class='icons' src="{{cardiconUrl}}" mode='widthFix'></image>我的卡包</view>
  85. <view>
  86. </view>
  87. </view>
  88. </navigator>
  89. <!-- 积分商城 -->
  90. <navigator url="/pages/integralmall/index">
  91. <view class="user-btn app-border-bottom">
  92. <view>
  93. <image class='icons' src="{{wmintegral}}" mode='widthFix'></image>积分商城</view>
  94. </view>
  95. </navigator>
  96. </view>
  97. </view>
  98. <view class='btns_bg' >
  99. <navigator url="/pages/bargain/bargain?from=myhtml" open-type="navigate">
  100. <view class="particulars_list">
  101. <view class="particulars_name">我的砍价</view>
  102. <view class="particulars_go">></view>
  103. </view>
  104. </navigator>
  105. <navigator url="/pages/spellGroup/spellGroup?from=myhtml" open-type="navigate">
  106. <view class="particulars_list">
  107. <view class="particulars_name">我的拼团</view>
  108. <view class="particulars_go">></view>
  109. </view>
  110. </navigator>
  111. <navigator url="/pages/user/myactivity/index" open-type="navigate">
  112. <view class="particulars_list">
  113. <view class="particulars_name">我的活动</view>
  114. <view class="particulars_go">></view>
  115. </view>
  116. </navigator>
  117. <navigator url="/pages/specialcourtesy/specialcourtesy">
  118. <view class="particulars_list">
  119. <view class="particulars_name">特享礼遇</view>
  120. <view class="particulars_go">></view>
  121. </view>
  122. </navigator>
  123. <navigator url="/pages/exchange/exchange" open-type="navigate">
  124. <view class="particulars_list">
  125. <view class="particulars_name">兑换</view>
  126. <view class="particulars_go">></view>
  127. </view>
  128. </navigator>
  129. <navigator url="/pages/questionnaire/questionnaireLsit/questionnaireLsit" open-type="navigate">
  130. <view class="particulars_list">
  131. <view class="particulars_name">问券调查</view>
  132. <view class="particulars_go">></view>
  133. </view>
  134. </navigator>
  135. <navigator url="/pages/site/site" open-type="navigate">
  136. <view class="particulars_list">
  137. <view class="particulars_name">个人信息</view>
  138. <view class="particulars_go">></view>
  139. </view>
  140. </navigator>
  141. <!-- <view bindtap="suerService">
  142. <view class="particulars_list">
  143. <view class="particulars_name">联系客服</view>
  144. <view class="particulars_go">></view>
  145. </view>
  146. </view> -->
  147. <navigator url="/pages/complaint/complaint" open-type="navigate">
  148. <view class="particulars_list">
  149. <view class="particulars_name">投诉建议</view>
  150. <view class="particulars_go">></view>
  151. </view>
  152. </navigator>
  153. <navigator wx:if="{{businessSwitch}}" url="{{goUrl}}">
  154. <view class="particulars_list">
  155. <view class="particulars_name">自助积分</view>
  156. <view class="particulars_go">></view>
  157. </view>
  158. </navigator>
  159. <navigator url="/pages/mallInfo/mallInfo" open-type="navigate">
  160. <view class="particulars_list">
  161. <view class="particulars_name">关于我们</view>
  162. <view class="particulars_go">></view>
  163. </view>
  164. </navigator>
  165. </view>
  166. <!-- <view class='btns_bg' wx:if="{{ifStoreApp!=1}}">
  167. <view class="user-btns"> -->
  168. <!-- 我的砍价 -->
  169. <!-- <navigator url="/pages/bargain/bargain?from=myhtml" open-type="navigate">
  170. <view class="user-btn app-border-bottom">
  171. <view>
  172. <image class='icons' src="{{wmbarginicon}}" mode='widthFix'></image>我的砍价</view>
  173. </view>
  174. </navigator> -->
  175. <!-- 我的拼团 -->
  176. <!-- <navigator url="/pages/spellGroup/spellGroup?from=myhtml" open-type="navigate">
  177. <view class="user-btn app-border-bottom">
  178. <view>
  179. <image class='icons' src="{{wmspellgroup}}" mode='widthFix'></image>我的拼团</view>
  180. </view>
  181. </navigator> -->
  182. <!-- 积分商城 -->
  183. <!-- <navigator url="/pages/integralmall/index">
  184. <view class="user-btn app-border-bottom">
  185. <view>
  186. <image class='icons' src="{{wmintegral}}" mode='widthFix'></image>积分商城</view>
  187. </view>
  188. </navigator> -->
  189. <!-- 当商场开启使用折扣按钮的时候, -->
  190. <!-- <navigator url="/pages/specialcourtesy/specialcourtesy">
  191. <view class="user-btn app-border-bottom">
  192. <view>
  193. <image class='icons' src="{{giftUrl}}" mode='widthFix'></image>特享礼遇</view>
  194. </view>
  195. </navigator> -->
  196. <!-- <navigator url="/pages/user/myactivity/index" open-type="navigate">
  197. <view class="user-btn app-border-bottom">
  198. <view>
  199. <image class='icons' src="{{myactivity}}" mode='widthFix'></image>我的活动</view>
  200. </view>
  201. </navigator> -->
  202. <!-- 兑换 -->
  203. <!-- <navigator url="/pages/exchange/exchange" open-type="navigate">
  204. <view class="user-btn app-border-bottom">
  205. <view>
  206. <image class='icons' src="{{duihuan}}" mode='widthFix'></image>兑换</view>
  207. </view>
  208. </navigator> -->
  209. <!-- 地图 -->
  210. <!-- <navigator url="/pages/marketAtlas/marketAtlas" open-type="navigate">
  211. <view class="user-btn app-border-bottom">
  212. <view>
  213. <image class='icons' src="{{shoppingAtlas}}" mode='widthFix'></image>商场地图</view>
  214. </view>
  215. </navigator> -->
  216. <!-- 分享好友 -->
  217. <!-- <navigator url="/pages/shareFriend/shareFriend" open-type="navigate">
  218. <view class="user-btn app-border-bottom">
  219. <view>
  220. <image class='icons' src="{{fenxiang}}" mode='widthFix'></image>分享好友</view>
  221. </view>
  222. </navigator>
  223. </view>
  224. </view> -->
  225. <!-- 小马快店样式 -->
  226. <!-- <view class="top-content" wx:if="{{ifStoreApp==1}}">
  227. <view class='user_title '>
  228. <view class="user-avatar" bindtap='gotoedit'>
  229. <open-data class="open" type="userAvatarUrl"></open-data>
  230. </view>
  231. <view class="user-name" bindtap='gotoedit'>
  232. <open-data class="name" type="userNickName"></open-data>
  233. </view> -->
  234. <!-- <view class="user-btns"> -->
  235. <!-- 我的订单 -->
  236. <!-- <navigator url="/pages/order/index/index?id=all">
  237. <view class="user-btn app-border-bottom">
  238. <view>
  239. <image class='icons' src="{{dingUrl}}" mode='widthFix'></image>我的订单</view>
  240. </view>
  241. </navigator> -->
  242. <!-- 我的券包 -->
  243. <!-- <navigator url="/pages/couponorder/index/index">
  244. <view class="user-btn app-border-bottom">
  245. <view>
  246. <image class='icons' src="{{quansUrl}}" mode='widthFix'></image>我的券包</view>
  247. <view>
  248. <text class="couponnum" wx:if="{{couponNum=='couponNum'}}"></text>
  249. </view>
  250. </view>
  251. </navigator> -->
  252. <!-- 我的砍价 -->
  253. <!-- <navigator url="/pages/bargain/bargain?from=myhtml" open-type="navigate">
  254. <view class="user-btn app-border-bottom">
  255. <view>
  256. <image class='icons' src="{{wmbarginicon}}" mode='widthFix'></image>我的砍价</view>
  257. </view>
  258. </navigator> -->
  259. <!-- 我的拼团 -->
  260. <!-- <navigator url="/pages/spellGroup/spellGroup?from=myhtml" open-type="navigate">
  261. <view class="user-btn app-border-bottom">
  262. <view>
  263. <image class='icons' src="{{wmspellgroup}}" mode='widthFix'></image>我的拼团</view>
  264. </view>
  265. </navigator>
  266. </view>
  267. </view>
  268. </view> -->
  269. <view class="margin"></view>
  270. <view class='of' wx:if="{{canIUse}}">
  271. <official-account class="gzh"></official-account>
  272. </view>
  273. </view>