tabbar调整
This commit is contained in:
parent
7f1410eba2
commit
8893ca6810
@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<view class="bottoms">
|
||||
<view class="box" :class="{active: aindex == 1}" @click="getgogo(1)" v-if="identity == 'user' ">
|
||||
<view class="box" :class="{active: aindex == 1}" @click="getgogo(1)">
|
||||
<view class="imgs">
|
||||
<image mode="aspectFit" src="@/static/icons/tabbar/home.png" v-show="aindex != 1"></image>
|
||||
<image mode="aspectFit" src="@/static/icons/tabbar/home-checked.png" v-show="aindex == 1"></image>
|
||||
|
Loading…
Reference in New Issue
Block a user