You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
674 B
Plaintext

<!-- <view class='container'> -->
<view class="flex-display cy-top-bar">
<block wx:for="{{areaList}}" wx:key="{{item}}">
<view class='cy-area-item {{item.select?"cy-select-area":""}}' data-index='{{index}}' data-id='{{item.id}}' bindtap='cy_choose'>
<view class='cy-ellipsis {{item.select ? "cy-select-bttom-line" : ""}}'>{{item.name}}</view>
</view>
</block>
</view>
<view class='cy-content-table'>
<block wx:for="{{tableList}}" wx:key="item">
<view class='cy-table-no content-center {{item.select?"cy-select-table":""}}' data-index='{{index}}' bindtap='cy_tapTableNo'>{{item.name}}</view>
</block>
</view>
<!-- </view> -->