Commit c363b8f1 by 刘海龙

11

parent 262ca51d
...@@ -22,6 +22,7 @@ ...@@ -22,6 +22,7 @@
</style> </style>
<div id="app" style="height: 100%;"> <div id="app" style="height: 100%;">
<div class="layout_v"> <div class="layout_v">
<a href="{:U('classroom/Index/find')}"><i class="icon icon-zuojiantou"></i></a>
<van-sticky> <van-sticky>
<div class="tabs_container"> <div class="tabs_container">
<div @click="onTab(idx)" v-for="(opt, idx) in options" :key="idx" :class="idx == tab ? 'tab_item_selected' : 'tab_item_normal'"> <div @click="onTab(idx)" v-for="(opt, idx) in options" :key="idx" :class="idx == tab ? 'tab_item_selected' : 'tab_item_normal'">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment