|
|
|
|
<!--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" 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" 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" 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" 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" 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" 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" 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" 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">
|
|
|
|
|
购物车
|
|
|
|
|
</navigator>
|
|
|
|
|
<navigator url="service/index" class="user-box-line">
|
|
|
|
|
在线客服
|
|
|
|
|
</navigator>
|
|
|
|
|
<navigator url="coupon/index" class="user-box-line">
|
|
|
|
|
我的卡券
|
|
|
|
|
</navigator>
|
|
|
|
|
<navigator url="likes/index" class="user-box-line">
|
|
|
|
|
我的收藏
|
|
|
|
|
</navigator>
|
|
|
|
|
<!-- <view class="user-box-line">
|
|
|
|
|
我要分销
|
|
|
|
|
</view> -->
|
|
|
|
|
<navigator url="verify/index" class="user-box-line" 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">
|
|
|
|
|
出游人信息
|
|
|
|
|
</navigator>
|
|
|
|
|
<navigator url="address/index" class="user-box-line">
|
|
|
|
|
收货地址
|
|
|
|
|
</navigator>
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
|
<view style="height:20rpx"></view>
|