Commit a5884f0c by 陈超

T

parent b85f4df3
...@@ -92,7 +92,9 @@ ...@@ -92,7 +92,9 @@
<van-tabbar-item> <van-tabbar-item>
<span class="text_10_400">名师课堂</span> <span class="text_10_400">名师课堂</span>
<template #icon="props"> <template #icon="props">
<img :src="props.active ? '__THEME__/img/minshi.png' : '__THEME__/img/minshi_s.png'" /> <a href="{:U('classroom/Index/index')}">
<img :src="props.active ? '__THEME__/img/minshi.png' : '__THEME__/img/minshi_s.png'" />
</a>
</template> </template>
</van-tabbar-item> </van-tabbar-item>
<van-tabbar-item> <van-tabbar-item>
......
...@@ -99,7 +99,9 @@ ...@@ -99,7 +99,9 @@
<van-tabbar-item> <van-tabbar-item>
<span class="text_10_400">名师课堂</span> <span class="text_10_400">名师课堂</span>
<template #icon="props"> <template #icon="props">
<img :src="props.active ? '__THEME__/img/minshi.png' : '__THEME__/img/minshi_s.png'" /> <a href="{:U('classroom/Index/index')}">
<img :src="props.active ? '__THEME__/img/minshi.png' : '__THEME__/img/minshi_s.png'" />
</a>
</template> </template>
</van-tabbar-item> </van-tabbar-item>
<van-tabbar-item> <van-tabbar-item>
......
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