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

update list-view-multiplex.uvue

上级 d3881ec0
......@@ -7,7 +7,7 @@
<list-view v-show="list_show" id="listview" style="flex: 1;" show-scrollbar=false @scrolltolower="onScrollTolower">
<list-item v-for="index in item_count" class="item" @click="itemClick(index)">
<text >item-------<text>{{index}}</text></text>
<text v-if="displayArrow" >item-------<text>{{index}}</text></text>
<text v-show="displayArrow" >item-------<text>{{index}}</text></text>
</list-item>
</list-view>
</view>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册