index.wxml 7.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158
  1. <view class="container">
  2. <view class="userinfo">
  3. <!-- <text class="txt-info">温馨提示:支付购买前需自行查看跨境额度是否超出,否则会出货失败</text> -->
  4. <text class="txt-info">温馨提示:支付购买前可在我的-跨境额度查询页面中查看跨境额度是否超出,否则会出货失败</text>
  5. <image class="userinfo-avatar" wx:if="{{userInfo.nickName!='点击头像登录'&&userInfo.avatarUrl}}" src="{{userInfo.avatarUrl}}" background-size="cover"></image>
  6. <image class="userinfo-avatar" wx:if="{{userInfo.nickName=='点击头像登录'&&userInfo.avatarUrl}}" bindtap='loginUser' src="{{userInfo.avatarUrl}}" background-size="cover"></image>
  7. <view class='user-box'>
  8. <view class="userinfo-nickname">{{userInfo.nickName}}</view>
  9. <view class="userlevel" wx:if="{{userInfo.nickName!='点击头像登录'}}">{{curUser.userLevel}}</view>
  10. </view>
  11. </view>
  12. <view class="item-all" bindtap='allOrder'>
  13. <text class="txt">全部订单</text>
  14. <text class="txt2">查看全部订单 ></text>
  15. </view>
  16. <view class="order-menu">
  17. <view class="item" bindtap='checkUnNum' data-index="1">
  18. <!-- <navigator url="/pages/ucenter/order/order?tabIndex=1" class="a"> -->
  19. <view class="unpay-num" wx:if="{{unPayNum>0}}">{{unPayNum}}</view>
  20. <text class="icon unpay"></text>
  21. <text class="txt">待付款</text>
  22. <!-- </navigator> -->
  23. </view>
  24. <view class="item" bindtap='checkUnNum' data-index="2">
  25. <!-- <navigator url="/pages/ucenter/order/order?tabIndex=2" class="a"> -->
  26. <view class="unPayment-num" wx:if="{{unPaymentNum>0}}">{{unPaymentNum}}</view>
  27. <image class="icon unPayment" src="../../../static/images/service-dfh.png" ></image>
  28. <text class="txt">待发货</text>
  29. <!-- </navigator> -->
  30. </view>
  31. <view class="item" bindtap='checkUnNum' data-index="3">
  32. <!-- <navigator url="/pages/ucenter/order/order?tabIndex=3" class="a"> -->
  33. <view class="untake-num" wx:if="{{unTakeNum>0}}">{{unTakeNum}}</view>
  34. <text class="icon delivery"></text>
  35. <text class="txt">待收货</text>
  36. <!-- </navigator> -->
  37. </view>
  38. <view class="item" bindtap='checkUnNum' data-index="4">
  39. <!-- <navigator url="/pages/ucenter/order/order?tabIndex=4" class="a"> -->
  40. <view class="uneval-num" wx:if="{{unEvalNum>0}}">{{unEvalNum}}</view>
  41. <text class="icon evaluate"></text>
  42. <text class="txt">待评价</text>
  43. <!-- </navigator> -->
  44. </view>
  45. <view class="item" bindtap='checkUnNum' data-index="5">
  46. <!-- <navigator url="/pages/ucenter/order/order?tabIndex=5" class="a"> -->
  47. <text class="icon order"></text>
  48. <text class="txt">维权</text>
  49. <!-- </navigator> -->
  50. </view>
  51. </view>
  52. <view class="user-menu">
  53. <view class="item" bindtap='checkCouponLogin'>
  54. <!-- <navigator url="/pages/ucenter/coupon/coupon" class="a"> -->
  55. <view class="a">
  56. <!-- <text class="icon coupon"></text> -->
  57. <image src="../../../static/images/service-yhj.png" class="icon"></image>
  58. <text class="txt">我的优惠券</text>
  59. </view>
  60. <!-- </navigator> -->
  61. </view>
  62. <view class="item" bindtap='checkCollectLogin'>
  63. <!-- <navigator url="/pages/ucenter/collect/collect" class="a"> -->
  64. <view class="a">
  65. <!-- <text class="icon collect"></text> -->
  66. <image src="../../../static/images/service-sc.png" class="icon"></image>
  67. <text class="txt">我的收藏</text>
  68. </view>
  69. <!-- </navigator> -->
  70. </view>
  71. <view class="item" bindtap='checkCardLogin'>
  72. <!-- <navigator url="/pages/ucenter/idCard/idCard" class="a"> -->
  73. <view class="a">
  74. <image src="../../../static/images/service-sfz.png" class="icon"></image>
  75. <text class="txt">实名认证</text>
  76. </view>
  77. <!-- </navigator> -->
  78. </view>
  79. <!-- <view class="item" bindtap='crossBoundaryQuotaQuery' wx:if="{{isQueryCrossQuotal==1&&userInfo.nickName!='点击头像登录'}}"> -->
  80. <!-- <navigator url="/pages/ucenter/idCard/idCard" class="a"> -->
  81. <!-- <view class="a"> -->
  82. <!-- <image src="../../../static/images/edcx.png" class="icon"></image> -->
  83. <!-- <text class="txt">跨境额度查询</text> -->
  84. <!-- </view> -->
  85. <!-- </navigator> -->
  86. <!-- </view> -->
  87. <view class="item" bindtap='checkFootLogin'>
  88. <!-- <navigator url="/pages/ucenter/footprint/footprint" class="a"> -->
  89. <view class="a">
  90. <!-- <text class="icon security"></text> -->
  91. <image src="../../../static/images/service-zj.png" class="icon"></image>
  92. <text class="txt">我的足迹</text>
  93. </view>
  94. <!-- </navigator> -->
  95. </view>
  96. <!-- <view class="item">
  97. <navigator url="/pages/ucenter/share/share" class="a">
  98. <text class="icon share"></text>
  99. <text class="txt">我的分享</text>
  100. </navigator>
  101. </view> -->
  102. <view class="item" bindtap='checkAddressLogin'>
  103. <!-- <navigator url="/pages/ucenter/address/address" class="a"> -->
  104. <view class="a">
  105. <!-- <text class="icon address"></text> -->
  106. <image src="../../../static/images/service-dw.png" class="icon"></image>
  107. <text class="txt">地址管理</text>
  108. </view>
  109. <!-- </navigator> -->
  110. </view>
  111. <!-- <view class="item">
  112. <navigator url="/pages/ucenter/group/group" class="a">
  113. <image src="../../../static/images/service-tg.png" class="icon"></image>
  114. <text class="txt">我的团购</text>
  115. </navigator>
  116. </view> -->
  117. <view class="item" wx:if="{{!curUser.mobile&&userInfo.nickName!='点击头像登录'}}" bindtap="bindMobile">
  118. <!-- <navigator url="/pages/ucenter/feedback/feedback" class="a"> -->
  119. <view class="a">
  120. <text class="icon mobile"></text>
  121. <text class="txt">绑定手机</text>
  122. </view>
  123. <!-- </navigator> -->
  124. </view>
  125. <view class="item" bindtap='checkFeedLogin'>
  126. <!-- <navigator url="/pages/ucenter/feedback/feedback" class="a"> -->
  127. <view class="a">
  128. <text class="icon feedback"></text>
  129. <text class="txt">售后服务</text>
  130. </view>
  131. <!-- </navigator> -->
  132. </view>
  133. <view class="item item">
  134. <navigator url="/pages/ucenter/help/help" class="a">
  135. <text class="icon help"></text>
  136. <text class="txt">帮助中心</text>
  137. </navigator>
  138. </view>
  139. </view>
  140. <button wx:if="{{userInfo.nickName!='点击头像登录'}}" open-type="contact" type='primary' class="logout">联系客服</button>
  141. <!-- <button wx:if="{{!curUser.mobile&&userInfo.nickName!='点击头像登录'}}" type='primary' class="logout" bindtap="bindMobile">绑定手机</button> -->
  142. <button wx:if="{{userInfo.nickName!='点击头像登录'}}" type='primary' class="logout" bindtap="exitLogin">退出登录</button>
  143. <view class='banquan-view'>
  144. <view class="banquan">
  145. Copyright©2016-2021
  146. </view>
  147. <view class="banquan">
  148. 中网科技(深圳)有限公司
  149. </view>
  150. </view>
  151. </view>