This commit is contained in:
xvv 2024-09-18 10:33:52 +08:00
parent faafbc36d3
commit 921f0cae75
13 changed files with 7 additions and 8 deletions

View File

@ -2,23 +2,22 @@
<view class="bar">
<view class="barbox" @click="gogogo(1)">
<view class="bar-img">
<image v-if="actindex == 1" src="../../static/imgs/homex.png" mode="aspectFit"></image>
<image v-if="actindex != 1" src="../../static/imgs/home.png" mode="aspectFit"></image>
<image v-if="actindex == 1" src="../../static/icon/homex.png" mode="aspectFit"></image>
<image v-if="actindex != 1" src="../../static/icon/home.png" mode="aspectFit"></image>
</view>
<view class="">首页</view>
</view>
<view class="barbox" @click="gogogo(2)">
<view class="centerbox">
<view class="qiu">
<image src="../../static/imgs/jy.png" mode="aspectFit"></image>
</view>
<view class="bar-img">
<image v-if="actindex == 3" src="../../static/icon/jyx.png" mode="aspectFit"></image>
<image v-if="actindex != 3" src="../../static/icon/jy.png" mode="aspectFit"></image>
</view>
<view class="">一键加油</view>
</view>
<view class="barbox" @click="gogogo(3)">
<view class="bar-img">
<image v-if="actindex == 3" src="../../static/imgs/myx.png" mode="aspectFit"></image>
<image v-if="actindex != 3" src="../../static/imgs/my.png" mode="aspectFit"></image>
<image v-if="actindex == 3" src="../../static/icon/mux.png" mode="aspectFit"></image>
<image v-if="actindex != 3" src="../../static/icon/my.png" mode="aspectFit"></image>
</view>
<view class="">我的</view>
</view>

Binary file not shown.

After

Width:  |  Height:  |  Size: 769 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 802 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 817 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 856 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 900 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 896 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 769 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 802 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 817 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 856 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 900 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 896 B