提交 485206f5 编写于 作者: 雪洛's avatar 雪洛

fix: radio value 应为string类型

上级 8e4dcf5a
......@@ -45,7 +45,7 @@
<view class="uni-list uni-common-pl">
<radio-group @change="_change">
<radio class="uni-list-cell uni-list-cell-pd radio" v-for="(item, index) in items" :key="item.name"
:class="index < items.length - 1 ? 'uni-list-cell-line' : ''" :value="item.value">
:class="index < items.length - 1 ? 'uni-list-cell-line' : ''" :value="item.value + ''">
{{ item.name }}
</radio>
</radio-group>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册