数组替换例子

用数组下标进行判断index默认数组下标 在用if循环进行判断数组元素

<template>
	<view>
		<view class="choseBox">
			<view :class="currentIndex== index?'option':'option2'" class="option" v-for="(item,index) in list"
				@click="inChose(index)">{{item}}</view>
				<view class="" v-for="(item,index) in info">
					<image :src="item.scr" mode=""></image>
					<h1>{{item.msg1}}</h1>
				</view>
				
		</view>
	</view>
</template>

<script>
	export default {
		name: "pose-option",
		data() {
			return {
				// 分类选项
				list: ["全部", "女性", "男性", "其他"],
				currentIndex: 0,
				info:[{
					scr:"../../static/c1.png",
					msg1:"撒大大大"
				}],info1:[{
					scr:"../../static/c2.png",
					msg1:"撒大大大"
				}],info2:[{
					scr:"../../static/c3.png",
					msg1:"撒大大大"
				}],info3:[{
					scr:"../../static/c4.png",
					msg1:"撒大大大"
				}]
			};
		},
		methods: {
			// 分类选项
			inChose(index,res) {
				this.currentIndex = index
				console.log(index)
				if(index==0){
					this.info=this.info
				}else if(index==1)
			   this.info=this.info1
			}
		}
	}
</script>

<style lang="scss" scoped>
	.choseBox {
		// 分类选项
		// border: #0055ff 1px solid;
		width: 100%;
		height: 30px;
		margin-top: 20rpx;

		.option {
			width: 118rpx;
			height: 42rpx;
			background: #6C8CA9;
			border-radius: 20px;
			margin-left: 20rpx;
			float: left;
			color: #f7f7f7;
			text-align: center;
		}

		.option2 {
			width: 118rpx;
			height: 42rpx;
			background: #91B8DC;
			border-radius: 20px;
			margin-left: 20rpx;
			float: left;
			color: #f7f7f7;
			text-align: center;
		}
	}
</style>

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值