all.wxml 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209
  1. <!--登陆界面-->
  2. <view class="logindiv" wx:if="{{userInfo == 'nologin'}}">
  3. <image class="logindiv_image" src="http://fohow.oss-cn-shenzhen.aliyuncs.com/xcx/xcx/start.png"></image>
  4. <button class="loginbtn" bindtap="getUserProfile">微信授权登陆</button>
  5. <!-- <button class="loginbtn" open-type="getUserInfo" bindgetuserinfo="getUserInfo">微信授权登陆</button> -->
  6. </view>
  7. <view class="user">
  8. <view class="user-top">
  9. <image src="http://fohow.oss-cn-shenzhen.aliyuncs.com/xcx/image/icon/parner.png" class="user-par" wx:if="{{checkData.copartner_state == 1}}" />
  10. <view class="user-name ellipsis">{{userInfo.nickname}}</view>
  11. <button class="user-title" wx:if="{{userInfo == 'nologin'}}" bindtap="getUserProfile" style="font-size: 18px;margin-top: -20px;">立即登陆</button>
  12. <!-- <button class="user-title" wx:if="{{userInfo == 'nologin'}}" open-type="getUserInfo" bindgetuserinfo="getUserInfo" style="font-size: 18px;margin-top: -20px;">立即登陆</button> -->
  13. <view class="user-title" wx:if="{{userInfo != 'nologin'}}"><text>NO.{{info.wx_user.id}}</text><text wx:if="{{info.user.tel}}"> | TEL : {{info.user.tel}}</text></view>
  14. <span class="user-title" style="top: 165rpx;" wx:if="{{userInfo.rank == 1}}">(身份:代理)</span>
  15. <span class="user-title" style="top: 165rpx;" wx:if="{{userInfo.rank == 2}}">(身份:店长)</span>
  16. <span class="user-title" style="top: 165rpx;" wx:if="{{userInfo.rank == 3}}">(身份:区域代理)</span>
  17. <span class="user-title" style="top:15px;width:356rpx;" wx:if="{{userInfo != 'nologin' && !bindTel}}">
  18. <view>
  19. <text>尚未绑定手机 , </text>
  20. </view>
  21. <navigator url="/packageUser/pages/user/bind/bind">
  22. <view class="bind" style="top: 0;left: 192rpx;">立即绑定</view>
  23. </navigator>
  24. </span>
  25. <image class="user-head" src="{{userInfo.full_head}}" bindtap="toUserInfo"></image>
  26. <view class="clean"></view>
  27. </view>
  28. <view style="padding-bottom: 50rpx;">
  29. <view class="user-radishbg">
  30. <view class="user-points" bindtap="toSilver">
  31. <view class="user-points__title">我的银豆</view>
  32. <image class="user-points__right" src="http://fohow.oss-cn-shenzhen.aliyuncs.com/xcx/user/right.png"></image>
  33. <view class="user-points__num">{{silver / 100}}</view>
  34. </view>
  35. <!-- <view class="user-points" bindtap="toIntegral">
  36. <view class="user-points__title">我的积分</view>
  37. <image class="user-points__right" src="http://fohow.oss-cn-shenzhen.aliyuncs.com/xcx/user/right.png"></image>
  38. <view class="user-points__num">{{integral / 100}}</view>
  39. </view> -->
  40. <view class="user-points" bindtap="toRadish">
  41. <view class="user-points__title">我的提货券</view>
  42. <image class="user-points__right" src="http://fohow.oss-cn-shenzhen.aliyuncs.com/xcx/user/right.png"></image>
  43. <view class="user-points__num">{{balance / 100}}</view>
  44. </view>
  45. <view class="user-luobo">
  46. <!--
  47. <navigator url="/packageUser/pages/user/exchange/exchange">
  48. <view class="user-radish">兑换提货券</view>
  49. </navigator>
  50. -->
  51. <!-- <navigator bindtap="buyVoucher" wx:if="{{bindTel}}">
  52. <view class="user-radish1" style="width:100%">购买提货券</view>
  53. </navigator> -->
  54. <!-- <navigator url="/packageUser/pages/user/otherbind/otherbind" wx:if="{{!bindTel}}">
  55. <view class="user-radish1" style="width:100%">购买提货券</view>
  56. </navigator> -->
  57. <!--<view class="line1"></view>-->
  58. </view>
  59. <view class="clean"></view>
  60. </view>
  61. <view class="user-padding">
  62. <!--
  63. <navigator url="/packageUser/pages/user/orders/orders" >
  64. <view class="user-line">
  65. <view class="user-line__title">我的订单</view>
  66. <image class="user-line__right" src="http://fohow.oss-cn-shenzhen.aliyuncs.com/xcx/user/right.png"></image>
  67. </view>
  68. </navigator>
  69. -->
  70. <view class="user-state" bindtap="checkbindtel">
  71. <navigator url="/packageUser/pages/user/orders/orders" >
  72. <view class="user-dingdan">
  73. <image class="user-paid__icon" src="http://fohow.oss-cn-shenzhen.aliyuncs.com/xcx/icon/dingdan.png"></image>
  74. <view class="user-paid__text">我的订单</view>
  75. </view>
  76. </navigator>
  77. <navigator url="/packageUser/pages/user/orders/orders?type=unpay" >
  78. <view class="user-paid">
  79. <image class="user-paid__icon" src="http://fohow.oss-cn-shenzhen.aliyuncs.com/xcx/user/paid.png"></image>
  80. <view class="user-paid__text">待支付</view>
  81. </view>
  82. </navigator>
  83. <navigator url="/packageUser/pages/user/orders/orders?type=processing" >
  84. <view class="user-deliver">
  85. <image class="user-paid__icon" src="http://fohow.oss-cn-shenzhen.aliyuncs.com/xcx/user/deliver.png"></image>
  86. <view class="user-deliver__text">待发货</view>
  87. </view>
  88. </navigator>
  89. <navigator url="/packageUser/pages/user/orders/orders?type=dispatch" >
  90. <view class="user-collect">
  91. <image class="user-collect__icon" src="http://fohow.oss-cn-shenzhen.aliyuncs.com/xcx/user/collect.png"></image>
  92. <view class="user-collect__text">待收货</view>
  93. </view>
  94. </navigator>
  95. <view class="clean"></view>
  96. </view>
  97. </view>
  98. <!--
  99. <view class="user-padding">
  100. <navigator url="/packageUser/pages/user/farm/farm" >
  101. <view class="user-farm">
  102. <image class="user-farm__icon" src="http://fohow.oss-cn-shenzhen.aliyuncs.com/xcx/icon/farm.png"></image>
  103. <view class="user-farm__text">我的团购</view>
  104. </view>
  105. </navigator>
  106. <navigator url="/packageUser/pages/user/granary/granary">
  107. <view class="user-granary">
  108. <image class="user-granary__icon" src="http://fohow.oss-cn-shenzhen.aliyuncs.com/xcx/icon/granary.png"></image>
  109. <view class="user-granary__text">我的粮仓</view>
  110. </view>
  111. </navigator>
  112. <view class="line"></view>
  113. <view class="clean"></view>
  114. </view>
  115. -->
  116. <view class="user-padding">
  117. <view class="user-line" bindtap="toPromotion">
  118. <view class="user-line__title">我的赠券</view>
  119. <image class="user-line__right" src="http://fohow.oss-cn-shenzhen.aliyuncs.com/xcx/user/right.png"></image>
  120. </view>
  121. <!-- <view class="user-line" bindtap="toInviteList">
  122. <view class="user-line__title">我的推广</view>
  123. <image class="user-line__right" src="http://fohow.oss-cn-shenzhen.aliyuncs.com/xcx/user/right.png"></image>
  124. </view> -->
  125. <view class="user-line" bindtap="toCashList" style="border:0;" wx:if="{{userInfo.show_invite_mode}}">
  126. <view class="user-line__title">我的收入</view>
  127. <image class="user-line__right" src="http://fohow.oss-cn-shenzhen.aliyuncs.com/xcx/user/right.png"></image>
  128. </view>
  129. </view>
  130. <view class="user-padding">
  131. <!-- <view class="user-line" bindtap="toBindOldSys" wx:if="{{info.wx_user.can_bind}}">
  132. <view class="user-line__title">旧系统用户绑定</view>
  133. <image class="user-line__right" src="http://fohow.oss-cn-shenzhen.aliyuncs.com/xcx/user/right.png"></image>
  134. </view> -->
  135. <!-- <view class="user-line" bindtap="toIdentity">
  136. <view class="user-line__title">会员认证</view>
  137. <image class="user-line__right" src="http://fohow.oss-cn-shenzhen.aliyuncs.com/xcx/user/right.png"></image>
  138. </view> -->
  139. <!-- <view class="user-line" bindtap="toBankInfo">
  140. <view class="user-line__title">银行信息</view>
  141. <image class="user-line__right" src="http://fohow.oss-cn-shenzhen.aliyuncs.com/xcx/user/right.png"></image>
  142. </view> -->
  143. <view class="user-line" bindtap="toAddressList">
  144. <view class="user-line__title">收货地址</view>
  145. <image class="user-line__right" src="http://fohow.oss-cn-shenzhen.aliyuncs.com/xcx/user/right.png"></image>
  146. </view>
  147. <!--<view class="user-line" bindtap="toSafe" >
  148. <view class="user-line__title">修改交易密码</view>
  149. <image class="user-line__right" src="http://fohow.oss-cn-shenzhen.aliyuncs.com/xcx/user/right.png"></image>
  150. </view>-->
  151. <!--
  152. <view class="user-line" bindtap="toApplyLeader" >
  153. <view class="user-line__title">团长申请</view>
  154. <image class="user-line__right" src="http://fohow.oss-cn-shenzhen.aliyuncs.com/xcx/user/right.png"></image>
  155. </view>
  156. <view class="user-line" bindtap="toAreaCart" >
  157. <view class="user-line__title">店铺专区</view>
  158. <image class="user-line__right" src="http://fohow.oss-cn-shenzhen.aliyuncs.com/xcx/user/right.png"></image>
  159. </view>
  160. -->
  161. <!-- <view class="user-line" bindtap="toProxy" wx:if="{{userInfo.rank == 3}}">
  162. <view class="user-line__title">我的代理</view>
  163. <image class="user-line__right" src="http://fohow.oss-cn-shenzhen.aliyuncs.com/xcx/user/right.png"></image>
  164. </view> -->
  165. <!-- <view class="user-line" bindtap="toCustom" >
  166. <view class="user-line__title">联系客服</view>
  167. <image class="user-line__right" src="http://fohow.oss-cn-shenzhen.aliyuncs.com/xcx/user/right.png"></image>
  168. </view> -->
  169. <button class="user-line" open-type="contact" >
  170. <view class="user-line__title">联系客服</view>
  171. <image class="user-line__right" src="http://fohow.oss-cn-shenzhen.aliyuncs.com/xcx/user/right.png"></image>
  172. </button>
  173. <!--
  174. <view class="user-line" bindtap="toAbout" style="border:0;">
  175. <view class="user-line__title">关于商城</view>
  176. <image class="user-line__right" src="http://fohow.oss-cn-shenzhen.aliyuncs.com/xcx/user/right.png"></image>
  177. </view>
  178. -->
  179. </view>
  180. <!-- <view class="user-padding" wx:if="{{ checkData.merchant_id > 0}}">
  181. <view class="user-line" bindtap="toMerchant" style="{{checkData.is_super_admin ? 'margin-top: 20rpx;':'margin-top: 20rpx;border:0;'}}">
  182. <view class="user-line__title">订单管理</view>
  183. <view class="user-line__merchant"></view>
  184. <image class="user-line__right" src="http://fohow.oss-cn-shenzhen.aliyuncs.com/xcx/user/right.png"></image>
  185. <view class="user-line__merchantNum" wx:if="{{merchant}}">{{merchant.list_count}}</view>
  186. </view>
  187. <view class="user-line" bindtap="toMerchant1" style="border:0;" wx:if="{{checkData.is_super_admin}}">
  188. <view class="user-line__title">结算管理</view>
  189. <view class="user-line__merchant1"></view>
  190. <image class="user-line__right" src="http://fohow.oss-cn-shenzhen.aliyuncs.com/xcx/user/right.png"></image>
  191. </view>
  192. </view> -->
  193. </view>
  194. <!--
  195. <view class="unbind" wx:if="{{!bindTel}}">
  196. <image class="unbind-img" src="http://fohow.oss-cn-shenzhen.aliyuncs.com/xcx/user/bindtel.png"></image>
  197. <view class="unbind-title">你还没绑定手机号</view>
  198. <view class="unbind-about">兑换产品前要确定绑定了手机哦!</view>
  199. <view class="unbind-btn" bindtap="toBindTel">去绑定</view>
  200. </view>
  201. -->
  202. </view>