<view animation="{{animation}}">
<scroll-view scroll-y class=‘brandcontent‘ bindscrolltolower="bottomhd">
<view wx:for="{{list}}" wx:for-index="index" wx:for-item="item" data-id="{{item.code}}" data-name="{{item.name}}" bindtap=‘getid‘>{{item.name}}</view>
<view wx:if="{{contentflag}}">已经到底了</view>
</scroll-view>
</view>