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.

15 lines
379 B

<include src="../../includes/navigation-bar/navigaation-bar.wxml"/>
<swiper class="body" current="{{current}}" bindchange="switchTab" circular="1">
<swiper-item>
<my-course wx:if="{{show[0]}}"/>
</swiper-item>
<swiper-item>
<my-shixun wx:if="{{show[1]}}"/>
</swiper-item>
<swiper-item>
<my-path wx:if="{{show[2]}}"/>
</swiper-item>
</swiper>
<add-tips/>