This commit is contained in:
18631081161 2024-07-26 21:45:04 +08:00
parent eb7b51bf4b
commit bd039c4462

View File

@ -25,19 +25,19 @@
:style="{backgroundColor: setBgColor(index)}">
<view class="" v-if="index == 0 "
style="width: 30rpx; height: 35rpx;color: #B8B8B8;text-align:center; margin-left: 32rpx;">
<image :src="$img1('/image/1.png')" style="width: 30rpx; height: 35rpx;"></image>
style="width: 43rpx; height: 47rpx;color: #B8B8B8;text-align:center; margin-left: 32rpx;">
<image :src="$img1('/image/1.png')" style="width: 43rpx; height: 47rpx;"></image>
</view>
<view class="" v-if="index == 1 "
style="width: 30rpx; height: 35rpx;color: #B8B8B8;text-align:center; margin-left: 32rpx;">
<image :src="$img1('/image/2.png')" style="width: 30rpx; height: 35rpx;"></image>
style="width: 43rpx; height: 47rpx;color: #B8B8B8;text-align:center; margin-left: 32rpx;">
<image :src="$img1('/image/2.png')" style="width: 43rpx; height: 47rpx;"></image>
</view>
<view class="" v-if="index == 2 "
style="width: 30rpx; height: 35rpx;color: #B8B8B8;text-align:center; margin-left: 32rpx;">
<image :src="$img1('/image/3.png')" style="width: 30rpx; height: 35rpx;"></image>
style="width: 43rpx; height: 47rpx;color: #B8B8B8;text-align:center; margin-left: 32rpx;">
<image :src="$img1('/image/3.png')" style="width: 43rpx; height: 47rpx;"></image>
</view>
<view class="" v-if="index > 2 "
style="width: 30rpx; height: 35rpx;color: #B8B8B8;text-align:center; margin-left: 32rpx;">
style="width: 43rpx; height: 47rpx;color: #B8B8B8;text-align:center; margin-left: 32rpx;">
{{index+1}}
</view>