14 lines
501 B
Plaintext
14 lines
501 B
Plaintext
<nav-bar class="nav-bar"/>
|
|
<view class="tab-bar">
|
|
<view class="item-container {{tabIndex==0?'current':''}}" bind:tap="changeTab" data-index="0">
|
|
<view class="item">跑腿服务</view>
|
|
</view>
|
|
<view class="item-container {{tabIndex==1?'current':''}}" bind:tap="changeTab" data-index="1">
|
|
<view class="item">团购省钱</view>
|
|
</view>
|
|
</view>
|
|
|
|
<view class="list-empty">
|
|
<image class="icon" src="/assets/icon/order/empty@2x.png"/>
|
|
<view class="text">暂无相关订单</view>
|
|
</view> |