|
|
@ -1,10 +1,10 @@ |
|
|
|
<template> |
|
|
|
<view class="tabbar"> |
|
|
|
<!-- v-if="isVedio || index != 1" --> |
|
|
|
<view |
|
|
|
:class="{item : true, active : select == index}" |
|
|
|
v-for="(item, index) in list" |
|
|
|
:key="index" |
|
|
|
v-if="isVedio || index != 1" |
|
|
|
@click="toPath(item, index)"> |
|
|
|
<view class="icon"> |
|
|
|
<image :src="select == index ? |
|
|
|