Commit da962136 by 刘海龙

Merge branch 'master' of http://132.232.91.252:9999/ice/eduline

parents c9527660 1698479b
...@@ -41,11 +41,11 @@ ...@@ -41,11 +41,11 @@
</a> </a>
</div> </div>
<van-tabbar <van-tabbar
v-model="active" v-model="active"
@change="onChange" @change="onChange"
:fixed="true" :fixed="true"
:route="false" :route="false"
:safe-area-inset-bottom="true" :safe-area-inset-bottom="true"
active-color="#65C000" active-color="#65C000"
inactive-color="#363636"> inactive-color="#363636">
<van-tabbar-item> <van-tabbar-item>
...@@ -75,13 +75,9 @@ ...@@ -75,13 +75,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">
<<!-- if condition="$_SESSION['mid']">
<a href="{:U('home/User/index')}">
<else/>
<a href="{:U('basic/Passport/login')}">
</if> -->
<img :src="props.active ? '__THEME__/img/huiyuan.png' : '__THEME__/img/huiyuan_s.png'" /> <img :src="props.active ? '__THEME__/img/huiyuan.png' : '__THEME__/img/huiyuan_s.png'" />
<!-- </a> -->
</template> </template>
</van-tabbar-item> </van-tabbar-item>
</van-tabbar> </van-tabbar>
...@@ -101,7 +97,7 @@ ...@@ -101,7 +97,7 @@
onChange: function(tab) { onChange: function(tab) {
// console.log(tab) // console.log(tab)
switch(tab){ switch(tab){
case 0: case 0:
window.location.href = "{:U('classroom/Index/index')}" window.location.href = "{:U('classroom/Index/index')}"
break; break;
case 1: case 1:
......
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