You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7 lines
246 B
7 lines
246 B
2 years ago
|
<!--pages/select1/select1.wxml-->
|
||
|
<view >
|
||
|
<text class="title">选择您需要的食物类型</text>
|
||
|
</view>
|
||
|
<view wx:for="{{tabs}}">
|
||
|
<view class="button" hover-class="button_hover" bindtap="tabSelect" data-tab="{{item}}">{{item}}</view>
|
||
|
</view>
|