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.
13 lines
424 B
13 lines
424 B
<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-moduleCode="{{item.moduleCode}}">
|
|
<image class="img-bj" src="{{item.imgUrl}}"></image>
|
|
<!-- <view class="shadow">
|
|
<image class="img-name" src="../../images/jsyx.png"></image>
|
|
</view> -->
|
|
</button>
|