@H_502_0@本文为大家分享了微信小程序radio组件的使用方法,供大家参考,具体内容如下
@H_502_0@效果图
<p style="text-align: center">
@H_502_0@WXML
<div class="jb51code">
<pre class="brush:xml;">
<view class="tui-content">
<radio-group class="radio-group" bindchange="radioChange">
<label class="radio" wx:for="{{items}}">
<view class="tui-menu-list"><radio color="#007aff" value="{{item.name}}" checked="{{item.checked}}"/>{{item.value}}