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.
|
|
|
<button class="index top"
|
|
|
|
hover-class="hover-btn"
|
|
|
|
bindtap="goDetails"
|
|
|
|
wx:for-item="item"
|
|
|
|
wx:key="index"
|
|
|
|
wx:for-index="index"
|
|
|
|
wx:for="{{modulelist}}"
|
|
|
|
data-pid="{{item.id}}"
|
|
|
|
data-bannerFlag="{{item.bannerFlag}}"
|
|
|
|
data-categoryCode="{{item.categoryCode}}"
|
|
|
|
data-moduleStyle="{{item.moduleStyle}}"
|
|
|
|
data-categoryName="{{item.categoryName}}">
|
|
|
|
<image class="img-bj" src="{{item.imgUrl}}"></image>
|
|
|
|
<!-- <view class="shadow">
|
|
|
|
<image class="img-name" src="../../images/jsyx.png"></image>
|
|
|
|
</view> -->
|
|
|
|
</button>
|
|
|
|
|
|
|
|
<!-- <load-more loadMoreType="{{loadMoreType}}" loadMoreVisible="{{loadMoreVisible && isLoadMore}}"></load-more> -->
|
|
|
|
|
|
|
|
<no-data isShow="{{nodata}}"></no-data>
|