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.
5 lines
319 B
5 lines
319 B
<view class="tabs"> |
|
<view class="tab-item" bindtap="goWrite" data-active="{{ active === 0 }}">我要写信</view> |
|
<view class="tab-item" bindtap="goMyMail" data-active="{{ active === 1 }}">我的信件</view> |
|
<view class="tab-item" bindtap="goMyMailDraft" data-active="{{ active === 2 }}">草稿箱</view> |
|
</view> |