| <van-search shape="round" background="#085CDF" placeholder="请输入搜索关键词" bind:search='onSearch' bind:clear='onSearch' /><van-tabs class="tabs" tab-class='tab-class' color='#3874F6' title-active-color='#3874F6' bind:change="tabsChange">	<van-tab title="全部" />	<van-tab title="未学习" />	<van-tab title="学习中" />	<van-tab title="已学习" /></van-tabs><view class="head"></view><My_listBox id='ListBox' height='{{scrollHeight}}' bind:getlist='getList'>	<view class="unread">课程数:{{total}}个</view>	<list list="{{list}}" /></My_listBox><float bindtap="toExam" />
 |