25 lines
858 B
Plaintext
25 lines
858 B
Plaintext
<view wx:for="{{listdata}}" wx:for-index="index" wx:key="index">
|
|
<view class="zhibocss">
|
|
|
|
<view class="item2">
|
|
<image src="{{baseurl+item.headimage}}"></image>
|
|
</view>
|
|
<view class="item3">
|
|
<view class="itemhead">
|
|
<h2>{{item.name}}</h2>
|
|
</view>
|
|
<view class="itemend">
|
|
<text>{{item.intro}}</text>
|
|
</view>
|
|
</view>
|
|
<view class="item4">
|
|
<view class="itemup">
|
|
<image wx:if="{{item.status==0}}" src="https://ndnd.duiduiedu.com/uploads/pics/live3.png"></image>
|
|
<image wx:else src="https://ndnd.duiduiedu.com/uploads/pics/live2.png"></image>
|
|
</view>
|
|
<view class="itemdown">
|
|
<image src="https://ndnd.duiduiedu.com/uploads/pics/live1.png" id="{{item.id}}" data-ids="{{item.status}}" bindtap="clicklives"></image>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view> |