Compare commits
2 Commits
508ca8f135
...
05e7447f70
Author | SHA1 | Date | |
---|---|---|---|
05e7447f70 | |||
8893ca6810 |
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user