Compare commits

...

2 Commits

Author SHA1 Message Date
05e7447f70 Merge remote-tracking branch 'origin/master' 2024-09-24 08:42:39 +08:00
8893ca6810 tabbar调整 2024-09-24 08:42:29 +08:00

View File

@ -1,6 +1,6 @@
<template> <template>
<view class="bottoms"> <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"> <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.png" v-show="aindex != 1"></image>
<image mode="aspectFit" src="@/static/icons/tabbar/home-checked.png" v-show="aindex == 1"></image> <image mode="aspectFit" src="@/static/icons/tabbar/home-checked.png" v-show="aindex == 1"></image>