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.

70 lines
2.4 KiB

5 years ago
<!--pages/user/user.wxml-->
<view>
<image class="topbg" style="height:calc({{height}}px + 341rpx)" src="https://fastadmin.oss-cn-shenzhen.aliyuncs.com/xcxImages/user/topbg.png" mode="aspectFill"></image>
<view style="height:{{height}}rpx"></view>
<navigator url="profile/index" class="top-box">
<image class="headimg" src="" mode="aspectFill"></image>
<view class="userinfo">
<view class="username">user内马尔</view>
<view>id:1222</view>
</view>
</navigator>
<view class="user-box">
<view class="user-box-top">
<text>我的订单</text>
<view class="all-text">全部订单 <text class="iconfont icon-you"></text></view>
</view>
<view class="user-order-types">
<view class="user-order-type">
<image src="https://fastadmin.oss-cn-shenzhen.aliyuncs.com/xcxImages/user/dfk.png" mode="aspectFill"></image>
<view>待付款</view>
</view>
<view class="user-order-type">
<image src="https://fastadmin.oss-cn-shenzhen.aliyuncs.com/xcxImages/user/yfk.png" mode="aspectFill"></image>
<view>已付款</view>
</view>
<view class="user-order-type">
<image src="https://fastadmin.oss-cn-shenzhen.aliyuncs.com/xcxImages/user/ddp.png" mode="aspectFill"></image>
<view>待点评</view>
</view>
<view class="user-order-type">
<image src="https://fastadmin.oss-cn-shenzhen.aliyuncs.com/xcxImages/user/ywc.png" mode="aspectFill"></image>
<view>已完成</view>
</view>
<view class="user-order-type">
<image src="https://fastadmin.oss-cn-shenzhen.aliyuncs.com/xcxImages/user/th.png" mode="aspectFill"></image>
<view>退货/退款</view>
</view>
</view>
</view>
<view class="user-box">
<view class="user-box-line">
购物车
</view>
<view class="user-box-line">
在线客服
</view>
<view class="user-box-line">
我的卡券
</view>
<view class="user-box-line">
我的收藏
</view>
<view class="user-box-line">
我要分销
</view>
<view class="user-box-line">
实名认证
</view>
</view>
<view class="user-box" style="margin-bottom:0">
<view class="user-box-line">
出游人信息
</view>
<navigator url="address/index" class="user-box-line">
收货地址
</navigator>
</view>
</view>
<view style="height:20rpx"></view>