- <view class="user">
- <view class="user-title">
- <view class="user-avatar">
- <open-data class="open" type="userAvatarUrl"></open-data>
- </view>
- <view class="user-phone">
- <open-data type="userNickName"></open-data>
- </view>
- </view>
- <view class="margin"></view>
- <view class="user-btns">
- <navigator url="/pages/order/index/index?id=all">
- <view class="user-btn app-border-bottom">
- <view>我的订单</view>
- <view>全部订单</view>
- </view>
- </navigator>
- <navigator url="/pages/order/index/index?id=0">
- <view class="user-btn app-border-bottom">
- <view>待付款</view>
- <view>
- <text class="iconfont icon-right"></text>
- </view>
- </view>
- </navigator>
- <navigator url="/pages/order/index/index?id=1">
- <view class="user-btn app-border-bottom">
- <view>已完成</view>
- <view>
- <text class="iconfont icon-right"></text>
- </view>
- </view>
- </navigator>
- </view>
- <view class="margin"></view>
- <view class="user-btns">
- <navigator url="/pages/couponorder/index/index">
- <view class="user-btn app-border-bottom">
- <view>券包</view>
- <view>
- <text class="iconfont icon-right"></text>
- </view>
- </view>
- </navigator>
- <navigator url="/pages/passCar/passCar" open-type="switchTab">
- <view class="user-btn app-border-bottom">
- <view>智能停车</view>
- <view>
- <text class="iconfont icon-right"></text>
- </view>
- </view>
- </navigator>
- </view>
- <view class="margin"></view>
- <button bindtap="navigateTo" class="user-out-btn">退出登陆</button>
- </view>
|