uniapp组件-uni-gmented-control分段器

更新时间:2023-06-23 14:35:32 阅读: 评论:0

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>

本文发布于:2023-06-23 14:35:32,感谢您对本站的认可!

本文链接:https://www.wtabcd.cn/fanwen/fan/82/1021742.html

版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

标签:昵称   效果图   苹果   实现   歌词
相关文章
留言与评论(共有 0 条评论)
   
验证码:
推荐文章
排行榜
Copyright ©2019-2022 Comsenz Inc.Powered by © 专利检索| 网站地图