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.
|
<!--pages/select2/select2.wxml-->
|
|
<view class='choose'>
|
|
<view wx:for="{{tastes}}">
|
|
<view class="button" hover-class="button_hover" >
|
|
<text bindtap="tasteSelect" data-taste="{{item}}">{{item}}</text>
|
|
</view>
|
|
</view>
|
|
</view>
|