11 lines
417 B
Plaintext
11 lines
417 B
Plaintext
<view class="examlist">
|
|
<text>{{typename}}</text>
|
|
</view>
|
|
<view class="examitemlist" wx:for="{{itemdata}}" wx:for-index="index" wx:key="index">
|
|
<view class="itemleft">
|
|
<image src="https://ndnd.duiduiedu.com/uploads/pics/examitem1.png"></image>
|
|
</view>
|
|
<view class="itemright" bindtap="examingbtnclick" id="{{item.id}}" data-typeid="{{item.grouppaper_id}}">
|
|
<text>{{item.name}}</text>
|
|
</view>
|
|
</view> |