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.
|
- <view class="user">
- <view class="user-title">
- <view class="user-avatar">
- <image src="{{user.avatar}}" />
- </view>
- <view class="user-phone">电话</view>
- </view>
- <view class="margin"></view>
- <view class="user-btns">
- <navigator url="/pages/market/index">
- <view class="user-btn app-border-bottom">
- <view>我的订单</view>
- <view>全部订单</view>
- </view>
- </navigator>
- <navigator url="/pages/market/index">
- <view class="user-btn app-border-bottom">
- <view>待付款</view>
- <view>
- <text class="iconfont icon-right"></text>
- </view>
- </view>
- </navigator>
- <navigator url="/pages/market/index">
- <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/coupons/index/index">
- <view class="user-btn app-border-bottom">
- <view>卷包</view>
- <view>
- <text class="iconfont icon-right"></text>
- </view>
- </view>
- </navigator>
- <navigator url="/pages/market/index">
- <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 class="user-out-btn">
- 退出登陆
- </button>
- </view>
|