| | |
| | | <studentManage classId="{{classId}}" bookRefCode="{{defaultCmsPath}}" /> |
| | | </view> |
| | | <!-- 教学互动 --> |
| | | <view class="teachBox" wx:if="{{tabVal == 'teach'}}"> |
| | | <view class="teachBox" wx:if="{{tabVal == 'teach'&& userData.role == 'Teacher'}}"> |
| | | <Teach classId="{{classId}}" bookId="{{bookId}}" rootCmsItemId="{{rootCmsItemId}}" /> |
| | | </view> |
| | | </view> |
| | |
| | | <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"> |
| | | <view wx:if="{{ userData.role == 'Teacher'}}" class="{{tabVal == 'teach'?'tab-pubItem activeTab':'tab-pubItem'}}" data-str="teach" bindtap="tabActive"> |
| | | <t-icon class="tabIcon" name="system-setting" size="24px" /> |
| | | <text class="text">教学互动</text> |
| | | </view> |