Non puoi selezionare più di 25 argomenti
Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
|
- <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>
|