uniapp组件-uni-gmented-control分段器效果图:
苹果手机怎么看激活日期
不落巢穴
代码实现:
<template>
<view>
<view>
<uni-gmented-control :current="current" :values="items" style-type="button" active-color="#dd524d" @clickItem="onClickItem" /> </view>
<view class="uni-padding-wrap uni-common-mt">
黄帝宫
<uni-gmented-control :current="current" :values="items" style-type="text" active-color="#007aff" @clickItem="onClickItem" />
</view>
<view >
<uni-gmented-control :current="current" :values="items" style-type="button" active-color="#4cd964" @clickItem="onClickItem" /> </view>
<view>
<uni-gmented-control :current="current" :values="items" style-type="text" active-color="#4cd964" @clickItem="onClickItem" /> </view>
</view>
</template>
<script>
export default {
心痛歌词
components: {},
data() {
女生的微信昵称
return {
items: ['选项卡1', '选项卡2', '选项卡3'],
current: 0,
枸杞的药用价值
}
},
methods: {
梦见下onClickItem(e) {
if (this.current !== e.currentIndex) {
this.current = e.currentIndex
}
排骨炖白菜}
}
}
</script>