提交 accc0100 编写于 作者: shutao-dc's avatar shutao-dc

update list-view-multiplex.uvue 增加switch元素

上级 1183dd23
......@@ -8,6 +8,7 @@
<list-item v-for="index in item_count" class="item" @click="itemClick(index)">
<text >item-------<text>{{index}}</text></text>
<text v-show="displayArrow" >item-------<text>{{index}}</text></text>
<switch :checked="true"></switch>
</list-item>
</list-view>
</view>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册