| | |
| | | </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 wx:if="{{ userData.role == 'Teacher'}}" class="{{tabVal == 'studentManage'?'tab-pubItem activeTab':'tab-pubItem'}}" data-str="studentManage" 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 class="{{tabVal == 'teach'?'tab-pubItem activeTab':'tab-pubItem'}}" data-str="teach" bindtap="tabActive"> |