This commit is contained in:
2019-12-24 16:32:27 +08:00
parent 68a7aea72c
commit f9ef1a34bd
34 changed files with 136 additions and 55 deletions

View File

@@ -1,4 +1,4 @@
<view class="box">
<navigation bindselect="select" types="{{type}}"></navigation>
<navigation bindselect="select" types="{{type}}" ids="{{type[0].id}}"></navigation>
<list list="{{list}}"></list>
</view>