24 lines
675 B
Plaintext
24 lines
675 B
Plaintext
<view class="itemdataclass" wx:for="{{itemdata}}" wx:for-index="index" wx:key="index" bindtap="examclicking" id="{{item.id}}">
|
|
|
|
<view class="item1">
|
|
<image src="https://ndnd.duiduiedu.com/uploads/pics/indexresall.png"></image>
|
|
</view>
|
|
<view class="item2">
|
|
<view class="item2up">
|
|
<text>{{item.name}}</text>
|
|
</view>
|
|
<view class="item2donw">
|
|
<text>点击查看全部</text>
|
|
</view>
|
|
|
|
</view>
|
|
<view class="item3">
|
|
<!-- <text>{{item.papercount}}套</text> -->
|
|
</view>
|
|
<view class="item4" >
|
|
<!-- <image src="https://ndnd.duiduiedu.com/uploads/pics/paerstiem2.png"></image> -->
|
|
</view>
|
|
|
|
</view>
|
|
|