deguodaigou/pages/classify/classify.wxml

4 lines
143 B
Plaintext
Raw Normal View History

2019-12-23 10:04:09 +08:00
<view class="box">
2019-12-24 16:32:27 +08:00
<navigation bindselect="select" types="{{type}}" ids="{{type[0].id}}"></navigation>
2019-12-23 10:04:09 +08:00
<list list="{{list}}"></list>
2019-12-13 15:39:55 +08:00
</view>