duidui_mini_program/pages/allpapers/allpapers.wxml
2026-03-27 10:41:46 +08:00

33 lines
1.1 KiB
Plaintext

<view class="curriculumup">
<view class="curriculumupstart">
<scroll-view class="scroll-box" scroll-x scroll-with-animation scroll-into-view="{{toView}}"
bindtouchstart="touchStart" bindtouchend="touchEnd">
<view wx:for="{{list}}" wx:key="item" class="card-box" id="{{index}}">
<view class="card" id="{{item.id}}" bindtap="touchecard">
<image wx:if="{{active==item.id}}" src="{{baseurl+item.activeimage}}"></image>
<image wx:else src="{{baseurl+item.image}}"></image>
</view>
</view>
</scroll-view>
</view>
</view>
<view class="lineclass"></view>
<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/paersitem1.png"></image>
</view>
<view class="item2">
<text>{{item.name}}</text>
</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>