deguodaigou/pages/classify/classify.wxml

4 lines
143 B
Plaintext
Raw Normal View History

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