| | |
| | | </view> |
| | | <view class="tabbar-bottom"> |
| | | <view class="{{tabVal == 'base'?'tab-pubItem activeTab':'tab-pubItem'}}" data-str="base" bindtap="tabActive"> |
| | | <t-icon class="tabIcon" name="home-filled" size="24px" /> |
| | | <t-icon class="tabIcon" name="home" size="24px" /> |
| | | <text class="text">基本信息</text> |
| | | </view> |
| | | <view class="{{tabVal == 'class'?'tab-pubItem activeTab':'tab-pubItem'}}" data-str="class" bindtap="tabActive"> |
| | | <t-icon class="tabIcon" name="file-setting-filled" size="24px" /> |
| | | <t-icon class="tabIcon" name="file-setting" size="24px" /> |
| | | <text class="text">班级管理</text> |
| | | </view> |
| | | </view> |