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.
 

110 lines
5.3 KiB

<!--pages/user/user.wxml-->
<view>
<image class="topbg" style="height:calc({{height}}px + 341rpx)"
src="https://static.ticket.sz-trip.com/xcxImages/user/topbg.png" mode="aspectFill"></image>
<view style="height:{{height}}rpx"></view>
<navigator url="profile/index" catchtap="pagePoint" data-event="mine_information" class="top-box" wx:if="{{info}}">
<image class="headimg" src="{{info.avatar}}" mode="aspectFill"></image>
<view class="userinfo">
<view class="username">{{info.nickname}}<image wx:if="{{info.gender==1 || info.gender==2}}" mode="widthFix"
src="https://static.ticket.sz-trip.com/xcxImages/user/sex{{info.gender}}.png"></image>
</view>
<view>id:{{info.id}}</view>
</view>
</navigator>
<view class="user-box" style="padding-bottom:0">
<navigator url="order/list" catchtap="pagePoint" data-event="mine_order" class="user-box-top">
<text>我的订单</text>
<view class="all-text">全部订单 <text class="iconfont icon-you"></text></view>
</navigator>
<view class="user-order-types">
<navigator url="order/list?type=WAIT_PAYMENT" catchtap="pagePoint" data-event="mine_order" class="user-order-type">
<image src="https://static.ticket.sz-trip.com/xcxImages/user/dfk.png" mode="aspectFill"></image>
<view>待付款</view>
</navigator>
<navigator url="order/list?type=WAIT_POST" catchtap="pagePoint" data-event="mine_order" class="user-order-type">
<image src="https://static.ticket.sz-trip.com/xcxImages/user/dfh.png" mode="aspectFill"></image>
<view>待发货</view>
</navigator>
<navigator url="order/list?type=WAIT_USE" catchtap="pagePoint" data-event="mine_order" class="user-order-type">
<image src="https://static.ticket.sz-trip.com/xcxImages/user/dcx.png" mode="aspectFill"></image>
<view>待出行</view>
</navigator>
<navigator url="order/list?type=WAIT_DELIVERY" catchtap="pagePoint" data-event="mine_order" class="user-order-type">
<image src="https://static.ticket.sz-trip.com/xcxImages/user/dsh.png" mode="aspectFill"></image>
<view>待收货</view>
</navigator>
<navigator url="order/list?type=WAIT_COMMENT" catchtap="pagePoint" data-event="mine_order" class="user-order-type">
<image src="https://static.ticket.sz-trip.com/xcxImages/user/ddp.png" mode="aspectFill"></image>
<view>待评价</view>
</navigator>
<navigator url="order/list?type=NEED_REFUND" catchtap="pagePoint" data-event="mine_order" class="user-order-type">
<image src="https://static.ticket.sz-trip.com/xcxImages/user/th.png" mode="aspectFill"></image>
<view>退货/退款</view>
</navigator>
</view>
</view>
<view class="user-box">
<navigator url="cartlist/list" class="user-box-line" catchtap="pagePoint" data-event="mine_cart">
购物车
</navigator>
<navigator url="order/team/list" class="user-box-line" catchtap="pagePoint" data-event="mine_teamorder">
团体预约订单
</navigator>
<!-- <navigator url="videoCoupon/index" class="user-box-line">
中奖纪录
</navigator> -->
<!-- <navigator url="service/index" class="user-box-line" catchtap="pagePoint" data-event="mine_customerservice">
在线客服
</navigator> -->
<view class="user-box-line" bindtap="phoneCall">
呼叫人工客服
</view>
<navigator url="coupon/index" class="user-box-line" catchtap="pagePoint" data-event="mine_card">
我的卡券
</navigator>
<navigator url="likes/index" class="user-box-line" catchtap="pagePoint" data-event="mine_collection">
我的收藏
</navigator>
<view bindtap="supplier" class="user-box-line">
商户审核
</view>
<!-- <navigator url="/pages/group/mine/index" class="user-box-line">
我的团购
</navigator>
<navigator url="/pages/kj/mine/index" class="user-box-line">
我的砍价
</navigator> -->
<!-- <view bindtap="retail" class="user-box-line">
我要分销
</view> -->
<navigator url="verify/index" class="user-box-line" catchtap="pagePoint" data-event="mine_verify" wx:if="{{info && info.name_verification=='UNCERTFIED'}}">
实名认证
</navigator>
</view>
<view class="user-box" style="margin-bottom:0">
<navigator url="linkman/index" class="user-box-line" catchtap="pagePoint" data-event="mine_travelinfo">
出游人信息
</navigator>
<navigator url="address/index" class="user-box-line" catchtap="pagePoint" data-event="mine_receiveinfo">
收货地址
</navigator>
</view>
<view class="user-box" style="margin-bottom:0;margin-top: 18rpx;">
<navigator url="userPrivacy/index?id=9" class="user-box-line" catchtap="pagePoint" data-event="mine_travelinfo">
用户协议
</navigator>
<navigator url="userPrivacy/index?id=12" class="user-box-line" catchtap="pagePoint" data-event="mine_receiveinfo">
隐私政策
</navigator>
<navigator url="personalInfo/index" class="user-box-line" catchtap="pagePoint" data-event="mine_receiveinfo">
个人信息收集清单
</navigator>
<navigator url="userPrivacy/index?id=14" class="user-box-line" catchtap="pagePoint" data-event="mine_receiveinfo">
第三方共享信息清单
</navigator>
</view>
</view>
<view style="height:20rpx"></view>