tnblog
首页
视频
资源
登录

uni-app获取单选按钮的值

3938人阅读 2022/1/20 20:20 总访问:566677 评论:0 收藏:0 手机
分类: 前端

页面:

<radio-group @change="radioChange" name="radio" style="margin-top: 5px;">
	<view class="uni-flex uni-row">
		<view class="flex-item-ispass">
			<radio value="1" /><text>通过</text>
		</view>
		<view class="flex-item-ispass">
			<radio value="2" /><text>失败</text>
		</view>
		<view class="flex-item-ispass">
			<radio value="0" /><text>待审</text>
		</view>
		<view class="flex-item-ispass">
			<radio value="-1" /><text>所有</text>
		</view>
	</view>
</radio-group>

js:

radioChange(evt) {
	alert(evt.detail.value);
},


欢迎加群讨论技术,1群:677373950(满了,可以加,但通过不了),2群:656732739

评价
这一生多幸运赶上过你.
排名
6
文章
6
粉丝
16
评论
8
{{item.articleTitle}}
{{item.blogName}} : {{item.content}}
ICP备案 :渝ICP备18016597号-1
网站信息:2018-2024TNBLOG.NET
技术交流:群号656732739
联系我们:contact@tnblog.net
欢迎加群交流技术